haxe.zip.InflateImpl
haxe.zip.InflateImpl
Fields
| Name | Type | |
|---|---|---|
nbits | I32 | |
bits | I32 | |
state | haxe.zip._InflateImpl.State | |
isFinal | Bool | |
huffman | haxe.zip.Huffman | |
huffdist | haxe.zip.Huffman | |
htools | haxe.zip.HuffTools | |
len | I32 | |
dist | I32 | |
needed | I32 | |
output | haxe.io.Bytes | |
outpos | I32 | |
input | haxe.io.Input | |
lengths | hl.types.ArrayBytes_Int | |
window | haxe.zip._InflateImpl.Window | |
| static | LEN_EXTRA_BITS_TBL | hl.types.ArrayBytes_Int |
| static | LEN_BASE_VAL_TBL | hl.types.ArrayBytes_Int |
| static | DIST_EXTRA_BITS_TBL | hl.types.ArrayBytes_Int |
| static | DIST_BASE_VAL_TBL | hl.types.ArrayBytes_Int |
| static | CODE_LENGTHS_POS | hl.types.ArrayBytes_Int |
| static | FIXED_HUFFMAN | haxe.zip.Huffman |
Protos
f@30574buildFixedHuffman(haxe.zip.InflateImpl) → haxe.zip.Huffmanf@30575readBytes(haxe.zip.InflateImpl, haxe.io.Bytes, I32, I32) → I32f@30576getBits(haxe.zip.InflateImpl, I32) → I32f@30577getBit(haxe.zip.InflateImpl) → Boolf@30578getRevBits(haxe.zip.InflateImpl, I32) → I32f@30579resetBits(haxe.zip.InflateImpl) → Voidf@30580addBytes(haxe.zip.InflateImpl, haxe.io.Bytes, I32, I32) → Voidf@30581addByte(haxe.zip.InflateImpl, I32) → Voidf@30582addDistOne(haxe.zip.InflateImpl, I32) → Voidf@30583addDist(haxe.zip.InflateImpl, I32, I32) → Voidf@30584applyHuffman(haxe.zip.InflateImpl, haxe.zip.Huffman) → I32f@30585inflateLengths(haxe.zip.InflateImpl, hl.types.ArrayBytes_Int, I32) → Voidf@30586inflateLoop(haxe.zip.InflateImpl) → Bool
Bindings
- static
f@30604__constructor__(haxe.zip.InflateImpl, haxe.io.Input, Null, Null) → Void