Uses of Class
com.jcraft.jzlib.ZStream
-
-
Uses of ZStream in com.jcraft.jzlib
Subclasses of ZStream in com.jcraft.jzlib Modifier and Type Class Description class
Deflater
class
Inflater
Fields in com.jcraft.jzlib declared as ZStream Modifier and Type Field Description (package private) ZStream
Deflate. strm
private ZStream
InfBlocks. z
private ZStream
InfCodes. z
private ZStream
Inflate. z
Methods in com.jcraft.jzlib with parameters of type ZStream Modifier and Type Method 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)
Constructors in com.jcraft.jzlib with parameters of type ZStream Constructor Description Deflate(ZStream strm)
InfBlocks(ZStream z, int w)
InfCodes(ZStream z, InfBlocks s)
Inflate(ZStream z)
-