| Package | Description |
|---|---|
| net.nicoulaj.maven.plugins.checksum.digest |
Classes for calculating files digests.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CksumFileDigester
Implementation of
FileDigester for the POSIX 1003.2 CRC algorithm (32 bits). |
class |
CRC32FileDigester
Implementation of
FileDigester for the CRC32 algorithm. |
class |
MessageDigestFileDigester
An implementation of
FileDigester that streams the content of files to a MessageDigest. |
Copyright © 2010–2016. All rights reserved.