A pure Haxe implementation of the ZLIB Inflate algorithm which allows reading compressed data without any platform-specific support.

Static methods

@:value({ bufsize : 65536 })staticrun(i:Input, bufsize:Int = 65536):Bytes

Constructor

@:value({ crc : true, header : true })new(i:Input, header:Bool = true, crc:Bool = true)

Methods

readBytes(b:Bytes, pos:Int, len:Int):Int