A B C D E F G H I J L M N O P R S T U W Z

I

in - Variable in class java13.io.FilterInputStream
The input stream to be filtered.
inf - Variable in class net.sf.jazzlib.InflaterInputStream
Decompressor for this filter
inflate(byte[]) - Method in class net.sf.jazzlib.Inflater
Inflates the compressed stream to the output buffer.
inflate(byte[], int, int) - Method in class net.sf.jazzlib.Inflater
Inflates the compressed stream to the output buffer.
Inflater - Class in net.sf.jazzlib
Inflater is used to decompress data that has been compressed according to the "deflate" standard described in rfc1950.
Inflater() - Constructor for class net.sf.jazzlib.Inflater
Creates a new inflater.
Inflater(boolean) - Constructor for class net.sf.jazzlib.Inflater
Creates a new inflater.
InflaterHuffmanTree - Class in net.sf.jazzlib
 
InflaterHuffmanTree(byte[]) - Constructor for class net.sf.jazzlib.InflaterHuffmanTree
Constructs a Huffman tree from the array of code lengths.
InflaterInputStream - Class in net.sf.jazzlib
This filter stream is used to decompress data compressed in the "deflate" format.
InflaterInputStream(InputStream) - Constructor for class net.sf.jazzlib.InflaterInputStream
Create an InflaterInputStream with the default decompresseor and a default buffer size.
InflaterInputStream(InputStream, Inflater) - Constructor for class net.sf.jazzlib.InflaterInputStream
Create an InflaterInputStream with the specified decompresseor and a default buffer size.
InflaterInputStream(InputStream, Inflater, int) - Constructor for class net.sf.jazzlib.InflaterInputStream
Create an InflaterInputStream with the specified decompresseor and a specified buffer size.
isDirectory() - Method in class net.sf.jazzlib.ZipEntry
Gets true, if the entry is a directory.

A B C D E F G H I J L M N O P R S T U W Z