W3cubDocs

/Haxe

InflateImpl

package haxe.zip

Available on all platforms

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

Static methods

staticrun(i:Input, bufsize:Int = 65536):Bytes

Constructor

new(i:Input, header:Bool = true, crc:Bool = true)

Methods

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

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/haxe/zip/InflateImpl.html