XII Release 0.1.0
Loading...
Searching...
No Matches
xiiCompressionUtils Namespace Reference

This namespace contains utilities which can be used to compress and decompress data. More...

Functions

XII_FOUNDATION_DLL xiiResult Compress (xiiArrayPtr< const xiiUInt8 > uncompressedData, xiiCompressionMethod method, xiiDynamicArray< xiiUInt8 > &out_data)
 Compresses the given data using the compression method eMethod into the dynamic array given in out_Data.
 
XII_FOUNDATION_DLL xiiResult Decompress (xiiArrayPtr< const xiiUInt8 > compressedData, xiiCompressionMethod method, xiiDynamicArray< xiiUInt8 > &out_data)
 Decompresses the given data using the compression method eMethod into the dynamic array given in out_Data.
 

Detailed Description

This namespace contains utilities which can be used to compress and decompress data.