Compress
class neko.zip.CompressAvailable in neko
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 #6539, modified 2009-07-26 17:47:30 by api
0 comment