class haxe.zip.InflateImpl

Available on all platforms

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

Class Fields

static function run(i:Input, ?bufsize:Int):Bytes

Instance Fields

function new(i:Input, ?header:Bool, ?crc:Bool):Void

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