Modifier and Type | Class and Description |
---|---|
class |
Deflater |
class |
Inflater |
Modifier and Type | Field and Description |
---|---|
(package private) ZStream |
Deflate.strm |
private ZStream |
InfBlocks.z |
private ZStream |
InfCodes.z |
private ZStream |
Inflate.z |
Modifier and Type | Method and Description |
---|---|
(package private) static int |
Deflate.deflateCopy(ZStream dest,
ZStream src) |
(package private) void |
InfCodes.free(ZStream z) |
(package private) int |
InfCodes.inflate_fast(int bl,
int bd,
int[] tl,
int tl_index,
int[] td,
int td_index,
InfBlocks s,
ZStream z) |
(package private) int |
InfTree.inflate_trees_bits(int[] c,
int[] bb,
int[] tb,
int[] hp,
ZStream z) |
(package private) int |
InfTree.inflate_trees_dynamic(int nl,
int nd,
int[] c,
int[] bl,
int[] bd,
int[] tl,
int[] td,
int[] hp,
ZStream z) |
(package private) static int |
InfTree.inflate_trees_fixed(int[] bl,
int[] bd,
int[][] tl,
int[][] td,
ZStream z) |
Constructor and Description |
---|
Deflate(ZStream strm) |
InfBlocks(ZStream z,
int w) |
InfCodes(ZStream z,
InfBlocks s) |
Inflate(ZStream z) |