Uses of Interface
java.util.zip.Checksum
| Package | Description |
|---|---|
| java.util.zip |
-
Uses of Checksum in java.util.zip
Classes in java.util.zip that implement Checksum Modifier and Type Class Description classAdler32The Adler-32 class is used to compute theAdler32checksum from a set of data.classCRC32The CRC32 class is used to compute a CRC32 checksum from data provided as input value.Methods in java.util.zip that return Checksum Modifier and Type Method Description ChecksumCheckedInputStream. getChecksum()Returns the checksum calculated on the stream read so far.ChecksumCheckedOutputStream. getChecksum()Returns the checksum calculated on the stream read so far.Constructors in java.util.zip with parameters of type Checksum Constructor Description CheckedInputStream(InputStream is, Checksum csum)Constructs a newCheckedInputStreamonInputStreamis.CheckedOutputStream(OutputStream os, Checksum cs)Constructs a newCheckedOutputStreamonOutputStreamos.