nn::cx::GetCompressionType Function#include <nn/cx.h> CompressionType GetCompressionType( const void * pData );
| Name | Description | |
|---|---|---|
| in | pData | Pointer to the first byte of data in the compressed data. |
Gets the compression type from the first byte in the compressed data.
The following formats are not handled by this function.
- Backward LZ compressed data (BLZ)
- deflate compressed data in gzip format
- deflate compressed data in zlib format
CONFIDENTIAL