com.jcraft.jzlib
Class Inflate

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

final class Inflate
extends java.lang.Object


Field Summary
(package private)  InfBlocks blocks
           
(package private)  int marker
           
(package private)  int method
           
(package private)  int mode
           
(package private)  long need
           
(package private)  int nowrap
           
(package private)  long[] was
           
(package private)  int wbits
           
(package private) static int Z_FINISH
           
(package private) static int Z_FULL_FLUSH
           
(package private) static int Z_NO_FLUSH
           
(package private) static int Z_PARTIAL_FLUSH
           
(package private) static int Z_SYNC_FLUSH
           
 
Constructor Summary
Inflate()
           
 
Method Summary
(package private)  int inflate(ZStream z, int f)
           
(package private)  int inflateEnd(ZStream z)
           
(package private)  int inflateInit(ZStream z, int w)
           
(package private)  int inflateReset(ZStream z)
           
(package private)  int inflateSetDictionary(ZStream z, byte[] dictionary, int dictLength)
           
(package private)  int inflateSync(ZStream z)
           
(package private)  int inflateSyncPoint(ZStream z)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Z_NO_FLUSH

static final int Z_NO_FLUSH
See Also:
Constant Field Values

Z_PARTIAL_FLUSH

static final int Z_PARTIAL_FLUSH
See Also:
Constant Field Values

Z_SYNC_FLUSH

static final int Z_SYNC_FLUSH
See Also:
Constant Field Values

Z_FULL_FLUSH

static final int Z_FULL_FLUSH
See Also:
Constant Field Values

Z_FINISH

static final int Z_FINISH
See Also:
Constant Field Values

mode

int mode

method

int method

was

long[] was

need

long need

marker

int marker

nowrap

int nowrap

wbits

int wbits

blocks

InfBlocks blocks
Constructor Detail

Inflate

Inflate()
Method Detail

inflateReset

int inflateReset(ZStream z)

inflateEnd

int inflateEnd(ZStream z)

inflateInit

int inflateInit(ZStream z,
                int w)

inflate

int inflate(ZStream z,
            int f)

inflateSetDictionary

int inflateSetDictionary(ZStream z,
                         byte[] dictionary,
                         int dictLength)

inflateSync

int inflateSync(ZStream z)

inflateSyncPoint

int inflateSyncPoint(ZStream z)


Copyright 2006 null. All Rights Reserved.