Package | Description |
---|---|
net.sf.jazzlib |
Modifier and Type | Class and Description |
---|---|
class |
Adler32
Computes Adler32 checksum for a stream of data.
|
class |
CRC32
Computes CRC32 data checksum of a data stream.
|
Modifier and Type | Method and Description |
---|---|
Checksum |
CheckedOutputStream.getChecksum()
Returns the Checksum object used.
|
Checksum |
CheckedInputStream.getChecksum()
Returns the Checksum object used.
|
Constructor and Description |
---|
CheckedInputStream(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.
|
Copyright © 2009–2017. All rights reserved.