Uses of Class
com.scurrilous.circe.impl.AbstractIncrementalIntHash
-
Packages that use AbstractIncrementalIntHash Package Description com.scurrilous.circe.crc Provides various implementations of cyclic redundancy check (CRC) error-detecting codes.com.scurrilous.circe.impl Provides support for implementing new hash providers in the form of abstract base classes and utility classes. -
-
Uses of AbstractIncrementalIntHash in com.scurrilous.circe.crc
Subclasses of AbstractIncrementalIntHash in com.scurrilous.circe.crc Modifier and Type Class Description (package private) class
AbstractIntCrc
Base implementation of int-width CRC functions.(package private) class
NormalByteCrc
Implements a "normal" MSB-first byte-width CRC function using a lookup table.(package private) class
NormalIntCrc
Implements a "normal" MSB-first int-width CRC function using a lookup table.(package private) class
ReflectedIntCrc
Implements a "reflected" LSB-first int-width CRC function using a lookup table.class
Sse42Crc32C
Implementation of CRC-32C using the SSE 4.2 CRC instruction. -
Uses of AbstractIncrementalIntHash in com.scurrilous.circe.impl
Fields in com.scurrilous.circe.impl declared as AbstractIncrementalIntHash Modifier and Type Field Description (package private) AbstractIncrementalIntHash
IncrementalIntStatefulHash. stateless
Constructors in com.scurrilous.circe.impl with parameters of type AbstractIncrementalIntHash Constructor Description IncrementalIntStatefulHash(AbstractIncrementalIntHash stateless)
-