Scaleform::GFx::State Scaleform::GFx::ZlibSupportBase
class ZlibSupportBase : public State;
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.
Method |
Description |
Creates a compressed file. | |
Uncompresses data of size of BufferBytes from the input stream into *buffer. | |
ZlibSupportBase constructor. |
GFx_Loader.h