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

C

CheckedInputStream - Class in net.sf.jazzlib
InputStream that computes a checksum of the data being read using a supplied Checksum object.
CheckedInputStream(InputStream, Checksum) - Constructor for class net.sf.jazzlib.CheckedInputStream
Creates a new CheckInputStream on top of the supplied OutputStream using the supplied Checksum.
CheckedOutputStream - Class in net.sf.jazzlib
OutputStream that computes a checksum of data being written using a supplied Checksum object.
CheckedOutputStream(OutputStream, Checksum) - Constructor for class net.sf.jazzlib.CheckedOutputStream
Creates a new CheckInputStream on top of the supplied OutputStream using the supplied Checksum.
Checksum - Interface in net.sf.jazzlib
Interface to compute a data checksum used by checked input/output streams.
clone() - Method in class net.sf.jazzlib.ZipEntry
Clones the entry
close() - Method in class java13.io.FilterInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java13.io.FilterOutputStream
Closes this output stream and releases any system resources associated with the stream.
close() - Method in class net.sf.jazzlib.DeflaterOutputStream
Calls finish () and closes the stream.
close() - Method in class net.sf.jazzlib.GZIPInputStream
Closes the input stream.
close() - Method in class net.sf.jazzlib.GZIPOutputStream
Writes remaining compressed output data to the output stream and closes it.
close() - Method in class net.sf.jazzlib.InflaterInputStream
Closes the input stream
close() - Method in class net.sf.jazzlib.ZipFile
Closes the ZipFile.
close() - Method in class net.sf.jazzlib.ZipInputStream
Closes the zip file.
closeEntry() - Method in class net.sf.jazzlib.ZipInputStream
Closes the current zip entry and moves to the next one.
closeEntry() - Method in class net.sf.jazzlib.ZipOutputStream
Closes the current entry.
crc - Variable in class net.sf.jazzlib.GZIPInputStream
The CRC-32 checksum value for uncompressed data.
crc - Variable in class net.sf.jazzlib.GZIPOutputStream
CRC-32 value for uncompressed data
CRC32 - Class in net.sf.jazzlib
Computes CRC32 data checksum of a data stream.
CRC32() - Constructor for class net.sf.jazzlib.CRC32
 
createZipEntry(String) - Method in class net.sf.jazzlib.ZipInputStream
Creates a new zip entry for the given name.

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