D Documentation  
Compress
class Compress;


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

this(int level);

this();


Construct. level is the same as for std.zlib.compress().

Example
Todo


1. compress

2. flush

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