Interface UnixFSChecksumAlgorithm.Algorithm

Enclosing class:
UnixFSChecksumAlgorithm

protected static interface UnixFSChecksumAlgorithm.Algorithm
  • Method Summary

    Modifier and Type
    Method
    Description
    long
     
    void
    update(byte b)
     
    void
    update(ByteBuffer byteBuffer)
     
  • Method Details

    • update

      void update(byte b)
    • update

      void update(ByteBuffer byteBuffer)
    • getValue

      long getValue()