|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jcraft.jzlib.Inflate
final class Inflate
| 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 |
|---|
static final int Z_NO_FLUSH
static final int Z_PARTIAL_FLUSH
static final int Z_SYNC_FLUSH
static final int Z_FULL_FLUSH
static final int Z_FINISH
int mode
int method
long[] was
long need
int marker
int nowrap
int wbits
InfBlocks blocks
| Constructor Detail |
|---|
Inflate()
| Method Detail |
|---|
int inflateReset(ZStream z)
int inflateEnd(ZStream z)
int inflateInit(ZStream z,
int w)
int inflate(ZStream z,
int f)
int inflateSetDictionary(ZStream z,
byte[] dictionary,
int dictLength)
int inflateSync(ZStream z)
int inflateSyncPoint(ZStream z)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||