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