ZlibSupportBase

ZlibSupportBase
Scaleform::GFx::State
    Scaleform::GFx::ZlibSupportBase
Declaration
class ZlibSupportBase : public State;
Description

ZlibSupportBase interface provides ZLIB decompresser to the loader. An instance of the default implementation of this interface (ZlibSupport) 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. ZlibSupportBase must be specified in Loader::LoaderConfig for setting the default loader with ZLIB support and for library linking.

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

GFx_Loader.h