Uncompress

haxe.zip.Uncompress (Class)

Static Members

run(src: haxe.io.Bytes, ?bufsize: Int): haxe.io.Bytes
Name Type Default
src haxe.io.Bytes
bufsize Int (optional)
Returns
haxe.io.Bytes

Instance Members

execute(src: haxe.io.Bytes, srcPos: Int, dst: haxe.io.Bytes, dstPos: Int): AnonStruct
Name Type
src haxe.io.Bytes
srcPos Int
dst haxe.io.Bytes
dstPos Int
Returns
AnonStruct

setFlushMode(f: Anonymous): Void
Name Type
f Anonymous

close(): Void

new(?windowBits: Int): Void
Name Type Default
windowBits Int (optional)

Private Members

windowBits: Null<Int>