haXe API Documentation
Back
|
Index
class
cpp.zip.Compress
Available in cpp
function
new(level :
Int
) :
Void
function
close() :
Void
function
execute(src :
haxe.io.Bytes
, srcPos :
Int
, dst :
haxe.io.Bytes
, dstPos :
Int
) : { write :
Int
, read :
Int
, done :
Bool
}
function
setFlushMode(f :
Flush
) :
Void
static
function
run(s :
haxe.io.Bytes
, level :
Int
) :
haxe.io.Bytes
Back
|
Index