GSK Reference Manual | ||||
---|---|---|---|---|
GskZlibInflator; GskStream* gsk_zlib_inflator_new (void);
typedef struct { GskStream stream; gpointer private_stream; GskBuffer decompressed; } GskZlibInflator;
The instance of a zlib inflator stream (a decompressor). One writes deflated input to it, and then raw (decompressed) data can be read from it.
GskStream* gsk_zlib_inflator_new (void);
Create a new zlib inflator: this takes deflated (compressed) input which is written into it, and uncompressed data can be read from it.
Returns : | the newly allocated stream. |