ZFPathInfo impl as normal file More...
#include "ZFFile.h"
Go to the source code of this file.
Classes | |
class | ZFFileIOImpl::FileIO< T_Holder > |
util for ZFPATHTYPE_FILEIO_REGISTER impl More... | |
Namespaces | |
namespace | ZFFileIOImpl |
util for ZFPATHTYPE_FILEIO_REGISTER impl | |
Functions | |
const zfstring & | ZFPathType_file () |
see ZFPathInfo | |
ZFInput | ZFInputForFile (const zfchar *filePath, ZFFileOpenOptionFlags flags=(v_ZFFileOpenOption::e_Read)) |
util to create a file input callback | |
ZFOutput | ZFOutputForFile (const zfchar *filePath, ZFFileOpenOptionFlags flags=(v_ZFFileOpenOption::e_Create)) |
util to create a file output callback | |
ZFPathInfo impl as normal file
|
inline |
see ZFPathInfo
pathData is the file path
|
inline |
util to create a file input callback
param:
auto open and auto close files, may return a null callback if open file error
auto setup callback cache id with res file path
|
inline |
util to create a file output callback
param:
auto open and auto close files, may return a null callback if open file error