com.jcraft.jzlib
Class InfCodes

java.lang.Object
  extended by com.jcraft.jzlib.InfCodes

final class InfCodes
extends java.lang.Object


Field Summary
(package private)  byte dbits
           
(package private)  int dist
           
(package private)  int[] dtree
           
(package private)  int dtree_index
           
(package private)  int get
           
(package private)  byte lbits
           
(package private)  int len
           
(package private)  int lit
           
(package private)  int[] ltree
           
(package private)  int ltree_index
           
(package private)  int mode
           
(package private)  int need
           
(package private)  int[] tree
           
(package private)  int tree_index
           
 
Constructor Summary
InfCodes()
           
 
Method Summary
(package private)  void free(ZStream z)
           
(package private)  int inflate_fast(int bl, int bd, int[] tl, int tl_index, int[] td, int td_index, InfBlocks s, ZStream z)
           
(package private)  void init(int bl, int bd, int[] tl, int tl_index, int[] td, int td_index, ZStream z)
           
(package private)  int proc(InfBlocks s, ZStream z, int r)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mode

int mode

len

int len

tree

int[] tree

tree_index

int tree_index

need

int need

lit

int lit

get

int get

dist

int dist

lbits

byte lbits

dbits

byte dbits

ltree

int[] ltree

ltree_index

int ltree_index

dtree

int[] dtree

dtree_index

int dtree_index
Constructor Detail

InfCodes

InfCodes()
Method Detail

init

void init(int bl,
          int bd,
          int[] tl,
          int tl_index,
          int[] td,
          int td_index,
          ZStream z)

proc

int proc(InfBlocks s,
         ZStream z,
         int r)

free

void free(ZStream z)

inflate_fast

int inflate_fast(int bl,
                 int bd,
                 int[] tl,
                 int tl_index,
                 int[] td,
                 int td_index,
                 InfBlocks s,
                 ZStream z)


Copyright 2006 null. All Rights Reserved.