D Documentation  
UnCompress
class UnCompress;


Used when the data to be decompressed is not all in one buffer.

this(uint destbufsize);

this();


Construct. destbufsize is the same as for std.zlib.uncompress().

Example
Todo


1. uncompress

2. flush

Created using PHP docwiki written by Markus Dangl. Best viewed with Mozilla Firefox.