|
|
zfbool | ZFCompressLevelFromStringT (zfauto &ret, const zfchar *src, zfindex srcLen=((zfindex) -1), zfstring *errorHint=zft_zfnull) |
| | see v_ZFCompressLevel, return enum object if success
|
| |
|
zfbool | ZFCompressLevelToStringT (zfstring &ret, v_ZFCompressLevel *const &value, zfstring *errorHint=zft_zfnull) |
| | see ZFCompressLevel, return empty string if error
|
| |
|
zfstring | ZFCompressLevelToString (v_ZFCompressLevel *const &value, zfstring *errorHint=zft_zfnull) |
| | see v_ZFCompressLevel, return empty string if error
|
| |
| const zfstring & | ZFTypeId_ZFCompressLevel (void) |
| |
|
zfbool | ZFCompressLevelFromDataT (_ZFP_PropTypeW_ZFCompressLevel &v, const ZFSerializableData &serializableData, zfstring *outErrorHint=zft_zfnull, ZFSerializableData *outErrorPos=zft_zfnull) |
| | see ZFTYPEID_DECLARE
|
| |
|
_ZFP_PropTypeW_ZFCompressLevel | ZFCompressLevelFromData (const ZFSerializableData &serializableData, zfstring *outErrorHint=zft_zfnull, ZFSerializableData *outErrorPos=zft_zfnull) |
| | see ZFTYPEID_DECLARE
|
| |
|
zfbool | ZFCompressLevelToDataT (ZFSerializableData &serializableData, _ZFP_PropTypeW_ZFCompressLevel const &v, zfstring *outErrorHint=zft_zfnull) |
| | see ZFTYPEID_DECLARE
|
| |
|
ZFSerializableData | ZFCompressLevelToData (_ZFP_PropTypeW_ZFCompressLevel const &v, zfstring *outErrorHint=zft_zfnull) |
| | see ZFTYPEID_DECLARE
|
| |
|
zfbool | ZFCompressLevelFromStringT (_ZFP_PropTypeW_ZFCompressLevel &v, const zfchar *src, zfindex srcLen=((zfindex) -1), zfstring *errorHint=zft_zfnull) |
| | util method to convert ZFCompressLevel from string
|
| |
|
_ZFP_PropTypeW_ZFCompressLevel | ZFCompressLevelFromString (const zfchar *src, zfindex srcLen=((zfindex) -1), zfstring *errorHint=zft_zfnull) |
| | util method to convert ZFCompressLevel from string
|
| |
|
zfbool | ZFCompressLevelToStringT (zfstring &s, _ZFP_PropTypeW_ZFCompressLevel const &v, zfstring *errorHint=zft_zfnull) |
| | util method to convert ZFCompressLevel to string
|
| |
|
zfstring | ZFCompressLevelToString (_ZFP_PropTypeW_ZFCompressLevel const &v, zfstring *errorHint=zft_zfnull) |
| | util method to convert ZFCompressLevel to string
|
| |
| zfautoT< ZFCompressToken > | ZFCompressOpen (const ZFPathInfo &pathInfo, ZFIOOpenOptionFlags flags, ZFCompressLevel compressLevel=(v_ZFCompressLevel::EnumDefault())) |
| | open compress file for read or write
|
| |
|
zfbool | ZFCompressFile (const ZFPathInfo &outputCompress, const ZFInput &inputRaw, const zfstring &itemPath=(zfstring::shared("content")), ZFCompressLevel compressLevel=(v_ZFCompressLevel::EnumDefault())) |
| | see ZFCompressOpen
|
| |
|
zfbool | ZFDecompressFile (const ZFOutput &outputRaw, const ZFPathInfo &inputCompress, const zfstring &itemPath=(zfstring::shared("content"))) |
| | see ZFCompressOpen
|
| |
| zfbool | ZFCompressDir (const ZFPathInfo &outputCompress, const ZFPathInfo &inputPathInfo, const zfstring &itemPath=(zft_zfnull), ZFIOOpenOptionFlags flags=(v_ZFIOOpenOption::e_Modify), ZFCompressLevel compressLevel=(v_ZFCompressLevel::EnumDefault())) |
| | see ZFCompressOpen
|
| |
|
zfbool | ZFDecompressDir (const ZFPathInfo &outputPathInfo, const ZFPathInfo &inputCompress) |
| | see ZFCompressOpen
|
| |