ZlibSupport::InflateWrapper

ZlibSupport::InflateWrapper
virtual void InflateWrapper(Stream* pinStream, void* buffer, int BufferBytes);
Description

InflateWrapper uncompresses data of size of BufferBytes from the input stream into *buffer.

Parameters
Parameters 
Description 
Stream* pinStream 
Input compressed stream. 
void* buffer 
Buffer of uncompressed data. 
int BufferBytes 
Size of the buffer.