ZFFramework
 
Loading...
Searching...
No Matches
ZFResRaw Namespace Reference

raw res process which bypass ZFResExtPathAdd logic More...

Functions

zfbool ZFResIsExist (const zfstring &resPath)
 raw res process which bypass ZFResExtPathAdd logic
 
zfbool ZFResIsDir (const zfstring &resPath)
 raw res process which bypass ZFResExtPathAdd logic
 
zfbool ZFResFindFirst (ZFIOFindData &fd, const zfstring &resPath)
 raw res process which bypass ZFResExtPathAdd logic
 
zfbool ZFResFindNext (ZFIOFindData &fd)
 raw res process which bypass ZFResExtPathAdd logic
 
void ZFResFindClose (ZFIOFindData &fd)
 raw res process which bypass ZFResExtPathAdd logic
 
void * ZFResOpen (const zfstring &resPath)
 raw res process which bypass ZFResExtPathAdd logic
 
zfbool ZFResClose (void *token)
 raw res process which bypass ZFResExtPathAdd logic
 
zfindex ZFResTell (void *token)
 raw res process which bypass ZFResExtPathAdd logic
 
zfbool ZFResSeek (void *token, zfindex byteSize, ZFSeekPos seekPos=(ZFSeekPosBegin))
 raw res process which bypass ZFResExtPathAdd logic
 
zfindex ZFResRead (void *token, void *buf, zfindex maxByteSize)
 raw res process which bypass ZFResExtPathAdd logic
 
zfindex ZFResSize (void *token)
 raw res process which bypass ZFResExtPathAdd logic
 

Detailed Description

raw res process which bypass ZFResExtPathAdd logic