Uses of Class
com.scurrilous.circe.impl.AbstractIncrementalIntHash
Packages that use AbstractIncrementalIntHash
Package
Description
Provides various implementations of cyclic redundancy
check (CRC) error-detecting codes.
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.crcModifier and TypeClassDescription(package private) classBase implementation of int-width CRC functions.(package private) final classImplements a "normal" MSB-first byte-width CRC function using a lookup table.(package private) final classImplements a "normal" MSB-first int-width CRC function using a lookup table.(package private) final classImplements a "reflected" LSB-first int-width CRC function using a lookup table.final classImplementation 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 AbstractIncrementalIntHashModifier and TypeFieldDescription(package private) final AbstractIncrementalIntHashIncrementalIntStatefulHash.statelessConstructors in com.scurrilous.circe.impl with parameters of type AbstractIncrementalIntHashModifierConstructorDescription(package private)