#include <OP_DataBlockHelper.h>
Definition at line 40 of file OP_DataBlockHelper.h.
OP_DataBlockInfoHelper::OP_DataBlockInfoHelper |
( |
| ) |
|
OP_DataBlockInfoHelper::~OP_DataBlockInfoHelper |
( |
| ) |
|
|
override |
bool OP_DataBlockInfoHelper::canHandle |
( |
const char * |
source | ) |
|
|
overridevirtual |
Determine whether this helper can process the filename.
Implements FS_InfoHelper.
Read the contents of a directory
- Parameters
-
source | - The directory to read |
contents | - The list of files in the directory |
dirs | - The list of directories in the directory If dirs is NULL, then all directories should be included in the contents . |
Implements FS_InfoHelper.
bool OP_DataBlockInfoHelper::getIsDirectory |
( |
const char * |
source | ) |
|
|
overridevirtual |
Return whether the filename is a directory.
Implements FS_InfoHelper.
time_t OP_DataBlockInfoHelper::getModTime |
( |
const char * |
source | ) |
|
|
overridevirtual |
Get the modification timestamp (returns time_t)
Implements FS_InfoHelper.
int64 OP_DataBlockInfoHelper::getSize |
( |
const char * |
source | ) |
|
|
overridevirtual |
bool OP_DataBlockInfoHelper::hasAccess |
( |
const char * |
source, |
|
|
int |
mode |
|
) |
| |
|
overridevirtual |
The documentation for this class was generated from the following file: