Uses of Class
com.scurrilous.circe.crc.AbstractIntCrc
Packages that use AbstractIntCrc
Package
Description
Provides various implementations of cyclic redundancy
check (CRC) error-detecting codes.
-
Uses of AbstractIntCrc in com.scurrilous.circe.crc
Subclasses of AbstractIntCrc in com.scurrilous.circe.crcModifier and TypeClassDescription(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.