Skip to content

haxe.zip.InflateImpl

haxe.zip.InflateImpl

Fields

NameType
nbitsI32
bitsI32
statehaxe.zip._InflateImpl.State
isFinalBool
huffmanhaxe.zip.Huffman
huffdisthaxe.zip.Huffman
htoolshaxe.zip.HuffTools
lenI32
distI32
neededI32
outputhaxe.io.Bytes
outposI32
inputhaxe.io.Input
lengthshl.types.ArrayBytes_Int
windowhaxe.zip._InflateImpl.Window
staticLEN_EXTRA_BITS_TBLhl.types.ArrayBytes_Int
staticLEN_BASE_VAL_TBLhl.types.ArrayBytes_Int
staticDIST_EXTRA_BITS_TBLhl.types.ArrayBytes_Int
staticDIST_BASE_VAL_TBLhl.types.ArrayBytes_Int
staticCODE_LENGTHS_POShl.types.ArrayBytes_Int
staticFIXED_HUFFMANhaxe.zip.Huffman

Protos

  • f@30574 buildFixedHuffman(haxe.zip.InflateImpl) → haxe.zip.Huffman
  • f@30575 readBytes(haxe.zip.InflateImpl, haxe.io.Bytes, I32, I32) → I32
  • f@30576 getBits(haxe.zip.InflateImpl, I32) → I32
  • f@30577 getBit(haxe.zip.InflateImpl) → Bool
  • f@30578 getRevBits(haxe.zip.InflateImpl, I32) → I32
  • f@30579 resetBits(haxe.zip.InflateImpl) → Void
  • f@30580 addBytes(haxe.zip.InflateImpl, haxe.io.Bytes, I32, I32) → Void
  • f@30581 addByte(haxe.zip.InflateImpl, I32) → Void
  • f@30582 addDistOne(haxe.zip.InflateImpl, I32) → Void
  • f@30583 addDist(haxe.zip.InflateImpl, I32, I32) → Void
  • f@30584 applyHuffman(haxe.zip.InflateImpl, haxe.zip.Huffman) → I32
  • f@30585 inflateLengths(haxe.zip.InflateImpl, hl.types.ArrayBytes_Int, I32) → Void
  • f@30586 inflateLoop(haxe.zip.InflateImpl) → Bool

Bindings

  • static f@30604 __constructor__(haxe.zip.InflateImpl, haxe.io.Input, Null, Null) → Void