Interface UnixFSChecksumAlgorithm.Algorithm
- Enclosing class:
UnixFSChecksumAlgorithm
protected static interface UnixFSChecksumAlgorithm.Algorithm
-
Method Summary
Modifier and TypeMethodDescriptionlong
getValue()
void
update
(byte b) void
update
(ByteBuffer byteBuffer)
-
Method Details
-
update
void update(byte b) -
update
-
getValue
long getValue()
-