ZlibSupport

ZlibSupport
Declaration
class ZlibSupport : public ZlibSupportBase;
Description

ZlibSupport is the default implementation of ZlibSupportBase interface. By default, the instance of this class is set on the Loader constructor. If the application does not need ZLIB support, the loader constructor should be called with the second parameter set to null. In this case, ZLIB support will not be linked into final executable file.

Methods
Method 
Description 
Creates a compressed file. 
Uncompresses data of size of BufferBytes from the input stream into *buffer. 
File

GFx_Loader.h