Package | Description |
---|---|
java.util.zip |
Modifier and Type | Class and Description |
---|---|
class |
Adler32
Adler-32 is composed of two sums accumulated per byte: s1 is
the sum of all bytes, s2 is the sum of all s1 values.
|
class |
CRC32 |
Modifier and Type | Method and Description |
---|---|
Checksum |
CheckedInputStream.getChecksum() |
Checksum |
CheckedOutputStream.getChecksum() |
Constructor and Description |
---|
CheckedInputStream(InputStream in,
Checksum cs) |
CheckedOutputStream(OutputStream out,
Checksum cs) |