virtual void InflateWrapper(Stream* pinStream, void* buffer, int BufferBytes);
InflateWrapper uncompresses data of size of BufferBytes from the input stream into *buffer.
|
Parameters |
Description |
|
Stream* pinStream |
Input compressed stream. |
|
void* buffer |
Buffer of uncompressed data. |
|
int BufferBytes |
Size of the buffer. |