Package com.scurrilous.circe
Interface StatefulIntHash
- All Superinterfaces:
Hash,StatefulHash
- All Known Implementing Classes:
IncrementalIntStatefulHash,JavaCrc32
Interface implemented by stateful hash functions with an output length of 4
bytes or less. Such functions can provide a corresponding stateless
implementation.
-
Method Summary
Modifier and TypeMethodDescriptionReturns an instance of stateless version of this hash function.Methods inherited from interface com.scurrilous.circe.Hash
algorithm, length, supportsUnsafe
-
Method Details
-
asStateless
StatelessIntHash asStateless()Returns an instance of stateless version of this hash function.- Returns:
- the stateless version of this hash function
-