zip.InflateImpl

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.

Constructor

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

Methods

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

Static methods

static run (i:Input, bufsize:Int = 65536):Bytes

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

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部