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

Constructor

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

Methods

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