Compress
class cpp.zip.CompressAvailable in cpp
function new( level : Int ) : Void
function close() : Void
function execute( src : Bytes, srcPos : Int, dst : Bytes, dstPos : Int ) : { write : Int, read : Int, done : Bool }
function setFlushMode( f : Flush ) : Void
static function run( s : Bytes, level : Int ) : Bytes
version #9608, modified 2011-01-30 15:43:10 by api
0 comment