com.jcraft.jzlib
Class InfBlocks

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

final class InfBlocks
extends java.lang.Object


Field Summary
(package private)  int[] bb
           
(package private)  int bitb
           
(package private)  int bitk
           
(package private)  int[] blens
           
(package private) static int[] border
           
(package private)  long check
           
(package private)  java.lang.Object checkfn
           
(package private)  InfCodes codes
           
(package private)  int end
           
(package private)  int[] hufts
           
(package private)  int index
           
(package private)  InfTree inftree
           
(package private)  int last
           
(package private)  int left
           
(package private)  int mode
           
(package private)  int read
           
(package private)  int table
           
(package private)  int[] tb
           
(package private)  byte[] window
           
(package private)  int write
           
 
Constructor Summary
InfBlocks(ZStream z, java.lang.Object checkfn, int w)
           
 
Method Summary
(package private)  void free(ZStream z)
           
(package private)  int inflate_flush(ZStream z, int r)
           
(package private)  int proc(ZStream z, int r)
           
(package private)  void reset(ZStream z, long[] c)
           
(package private)  void set_dictionary(byte[] d, int start, int n)
           
(package private)  int sync_point()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

border

static final int[] border

mode

int mode

left

int left

table

int table

index

int index

blens

int[] blens

bb

int[] bb

tb

int[] tb

codes

InfCodes codes

last

int last

bitk

int bitk

bitb

int bitb

hufts

int[] hufts

window

byte[] window

end

int end

read

int read

write

int write

checkfn

java.lang.Object checkfn

check

long check

inftree

InfTree inftree
Constructor Detail

InfBlocks

InfBlocks(ZStream z,
          java.lang.Object checkfn,
          int w)
Method Detail

reset

void reset(ZStream z,
           long[] c)

proc

int proc(ZStream z,
         int r)

free

void free(ZStream z)

set_dictionary

void set_dictionary(byte[] d,
                    int start,
                    int n)

sync_point

int sync_point()

inflate_flush

int inflate_flush(ZStream z,
                  int r)


Copyright 2006 null. All Rights Reserved.