Uses of Interface
net.sf.jazzlib.Checksum
Packages that use Checksum
-
Uses of Checksum in net.sf.jazzlib
Classes in net.sf.jazzlib that implement ChecksumModifier and TypeClassDescriptionclassComputes Adler32 checksum for a stream of data.classComputes CRC32 data checksum of a data stream.Fields in net.sf.jazzlib declared as ChecksumModifier and TypeFieldDescriptionprivate final ChecksumCheckedInputStream.sumThe checksum object.private final ChecksumCheckedOutputStream.sumThe checksum object.Methods in net.sf.jazzlib that return ChecksumModifier and TypeMethodDescriptionCheckedInputStream.getChecksum()Returns the Checksum object used.CheckedOutputStream.getChecksum()Returns the Checksum object used.Constructors in net.sf.jazzlib with parameters of type ChecksumModifierConstructorDescriptionCheckedInputStream(InputStream in, Checksum sum) Creates a new CheckInputStream on top of the supplied OutputStream using the supplied Checksum.CheckedOutputStream(OutputStream out, Checksum cksum) Creates a new CheckInputStream on top of the supplied OutputStream using the supplied Checksum.