![]() |
Plasma Engine
2.0
|
This namespace contains utilities which can be used to compress and decompress data. More...
Functions | |
PL_FOUNDATION_DLL plResult | Compress (plArrayPtr< const plUInt8 > uncompressedData, plCompressionMethod method, plDynamicArray< plUInt8 > &out_data) |
Compresses the given data using the compression method eMethod into the dynamic array given in out_Data. | |
PL_FOUNDATION_DLL plResult | Decompress (plArrayPtr< const plUInt8 > compressedData, plCompressionMethod method, plDynamicArray< plUInt8 > &out_data) |
Decompresses the given data using the compression method eMethod into the dynamic array given in out_Data. | |
This namespace contains utilities which can be used to compress and decompress data.