haXe API Documentation
Back |
Indexclass haxe.zip.InflateImpl
Available in flash8, neko, js, flash, php, cpp
A pure Haxe implementation of the ZLIB Inflate algorithm which allows reading compressed data without any platform-specific support.
- function new(i : haxe.io.Input, ?header : Bool, ?crc : Bool) : Void
- function readBytes(b : haxe.io.Bytes, pos : Int, len : Int) : Int
- static function run(i : haxe.io.Input, ?bufsize : Int) : haxe.io.Bytes
Back |
Index