Interface ChecksumProcessor

All Known Implementing Classes:
DefaultChecksumProcessor, TestChecksumProcessor

public interface ChecksumProcessor
A utility component to perform checksum related operations.
Since:
2.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    readChecksum(Path checksumFile)
    Reads checksum from specified file.
    void
    writeChecksum(Path checksumFile, String checksum)
    Writes checksum to specified file.