| Interface | Description |
|---|---|
| ChecksumWithInPlaceUpdate |
ChecksumWithInPlaceUpdate is an extension of the Checksum interface with provision of additional method
`append` and `inPlaceUpdate`.
|
| Class | Description |
|---|---|
| Adler32CheckedFileIO |
Adler32CheckedFileIO is an I/O package which extends CheckedFileIO and is used for ChecksumAlgorithm type ADLER.
|
| Adler32WithInPlaceUpdate |
Adler32WithInPlaceUpdate is an implementation of ChecksumWithInPlaceUpdate class which provides checksum
functionality using Adler32 algorithm.
|
| CheckedFileIO |
CheckedFileIO is an IO wrapper package built on top of FileChannel intended to provide FileChannel supported
operations to end caller with additional checksum capabilities on the data.
|
| NoChecksumFileIO |
NoChecksumFileIO is an I/O package which extends CheckedFileIO and is used for ChecksumAlgorithm type NO_CHECKSUM.
|
| Enum | Description |
|---|---|
| Algorithm |
Types of checksum algorithms supported
|