Haxe API Documentation
Back | Index
private class haxe.zip.Window
import haxe.zip.InflateImpl
Available in flash8, neko, js, flash, php, cpp
var buffer : haxe.io.Bytes
var pos : Int
function new(hasCrc : Bool) : Void
function addByte(c : Int) : Void
function addBytes(b : haxe.io.Bytes, p : Int, len : Int) : Void
function available() : Int
function checksum() : haxe.crypto.Adler32
function getLastChar() : Int
function slide() : Void
static inline var BUFSIZE : Int
static inline var SIZE : Int
Back | Index