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

G

getAdler() - Method in class net.sf.jazzlib.Deflater
Gets the current adler checksum of the data that was processed so far.
getAdler() - Method in class net.sf.jazzlib.Inflater
Gets the adler checksum.
getChecksum() - Method in class net.sf.jazzlib.CheckedInputStream
Returns the Checksum object used.
getChecksum() - Method in class net.sf.jazzlib.CheckedOutputStream
Returns the Checksum object used.
getComment() - Method in class net.sf.jazzlib.ZipEntry
Gets the comment.
getCompressedSize() - Method in class net.sf.jazzlib.ZipEntry
Gets the size of the compressed data.
getCrc() - Method in class net.sf.jazzlib.ZipEntry
Gets the crc of the uncompressed data.
getEntry(String) - Method in class net.sf.jazzlib.ZipFile
Searches for a zip entry in this archive with the given name.
getExtra() - Method in class net.sf.jazzlib.ZipEntry
Gets the extra data.
getInputStream(ZipEntry) - Method in class net.sf.jazzlib.ZipFile
Creates an input stream reading the given zip entry as uncompressed data.
getMethod() - Method in class net.sf.jazzlib.ZipEntry
Gets the compression method.
getName() - Method in class net.sf.jazzlib.ZipEntry
Returns the entry name.
getName() - Method in class net.sf.jazzlib.ZipFile
Returns the (path) name of this zip file.
getNextEntry() - Method in class net.sf.jazzlib.ZipInputStream
Open the next entry from the zip archive, and return its description.
getRemaining() - Method in class net.sf.jazzlib.Inflater
Gets the number of unprocessed input.
getSize() - Method in class net.sf.jazzlib.ZipEntry
Gets the size of the uncompressed data.
getSymbol(StreamManipulator) - Method in class net.sf.jazzlib.InflaterHuffmanTree
Reads the next symbol from input.
getTime() - Method in class net.sf.jazzlib.ZipEntry
Gets the time of last modification of the entry.
getTotalIn() - Method in class net.sf.jazzlib.Deflater
Gets the number of input bytes processed so far.
getTotalIn() - Method in class net.sf.jazzlib.Inflater
Gets the total number of processed compressed input bytes.
getTotalOut() - Method in class net.sf.jazzlib.Deflater
Gets the number of output bytes so far.
getTotalOut() - Method in class net.sf.jazzlib.Inflater
Gets the total number of output bytes returned by inflate().
getValue() - Method in class net.sf.jazzlib.Adler32
Returns the Adler32 data checksum computed so far.
getValue() - Method in interface net.sf.jazzlib.Checksum
Returns the data checksum computed so far.
getValue() - Method in class net.sf.jazzlib.CRC32
Returns the CRC32 data checksum computed so far.
GZIP_MAGIC - Static variable in class net.sf.jazzlib.GZIPInputStream
The magic number found at the start of a GZIP stream.
GZIPInputStream - Class in net.sf.jazzlib
This filter stream is used to decompress a "GZIP" format stream.
GZIPInputStream(InputStream) - Constructor for class net.sf.jazzlib.GZIPInputStream
Creates a GZIPInputStream with the default buffer size.
GZIPInputStream(InputStream, int) - Constructor for class net.sf.jazzlib.GZIPInputStream
Creates a GZIPInputStream with the specified buffer size.
GZIPOutputStream - Class in net.sf.jazzlib
This filter stream is used to compress a stream into a "GZIP" stream.
GZIPOutputStream(OutputStream) - Constructor for class net.sf.jazzlib.GZIPOutputStream
 
GZIPOutputStream(OutputStream, int) - Constructor for class net.sf.jazzlib.GZIPOutputStream
Creates a GZIPOutputStream with the specified buffer size

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