char tChar
The tChar defines the type for platform character set (platform and compiler dependent type).
uint32_t tUInt32
type definition for unsigned integer values (32bit) (platform and compiler independent type).
static tResult Compress(const tChar *strInputFile, const tChar *strOutputFile=nullptr, tUInt32 nAlgo=CA_Auto)
Compresses the given input file to the given output file.
static tResult Decompress(const tChar *strInputFile, const tChar *strOutputFile, tUInt32 nAlgo=CA_Auto)
Decompresses the given input file to the given output file.