compress ZFPathInfo More...
#include "ZFCompress.h"Go to the source code of this file.
Functions | |
| const zfstring & | ZFPathType_compress () |
| see ZFPathInfo | |
| ZFInput | ZFInputForCompress (const ZFPathInfo &refPathInfo, const zfstring &itemPath=(zfstring::shared("content"))) |
| util to create a file input callback | |
| ZFOutput | ZFOutputForCompress (const ZFPathInfo &refPathInfo, const zfstring &itemPath=(zfstring::shared("content")), ZFIOOpenOptionFlags flags=(v_ZFIOOpenOption::e_Modify)) |
| util to create a compress file output callback | |
| ZFInput | ZFInputForCompress (const ZFInput &refInput, const zfstring &itemPath=(zfstring::shared("content"))) |
| util to create a file input callback | |
| ZFOutput | ZFOutputForCompress (const ZFOutput &refOutput, const zfstring &itemPath=(zfstring::shared("content"))) |
| util to create a compress file output callback | |
compress ZFPathInfo
|
extern |
see ZFPathInfo
pathData is "refPathInfo|itemPath", see ZFPathInfoChainDecode for more info
typical case:
|
extern |
util to create a file input callback
param:
|
extern |
util to create a compress file output callback
param:
|
extern |
util to create a compress file output callback
note, the target compress file specified by refOutput would be overwrite instead of append, use refPathInfo verion of ZFOutputForCompress is recommended