Uses of Interface
net.sf.jazzlib.Checksum
-
Packages that use Checksum Package Description net.sf.jazzlib -
-
Uses of Checksum in net.sf.jazzlib
Classes in net.sf.jazzlib that implement Checksum Modifier and Type Class Description classAdler32Computes Adler32 checksum for a stream of data.classCRC32Computes CRC32 data checksum of a data stream.Fields in net.sf.jazzlib declared as Checksum Modifier and Type Field Description private ChecksumCheckedInputStream. sumThe checksum object.private ChecksumCheckedOutputStream. sumThe checksum object.Methods in net.sf.jazzlib that return Checksum Modifier and Type Method Description ChecksumCheckedInputStream. getChecksum()Returns the Checksum object used.ChecksumCheckedOutputStream. getChecksum()Returns the Checksum object used.Constructors in net.sf.jazzlib with parameters of type Checksum Constructor Description CheckedInputStream(java.io.InputStream in, Checksum sum)Creates a new CheckInputStream on top of the supplied OutputStream using the supplied Checksum.CheckedOutputStream(java.io.OutputStream out, Checksum cksum)Creates a new CheckInputStream on top of the supplied OutputStream using the supplied Checksum.
-