Interface | Description |
---|---|
CRC |
Class | Description |
---|---|
CRC16 |
CRC16-ANSI
Width = 16
Poly = 0x8005
XorIn = 0x0000
ReflectIn = True
XorOut = 0x0000
ReflectOut = True
|
CRC32 |
Implementation of CRC32-C Algorithm.
|
CRC8 |
CRC8-CCIT Algorithm
Width = 8
Poly = 0x07
XorIn = 0x00
ReflectIn = False
XorOut = 0x00
ReflectOut = False
|
CRCInputStream |
FilterInputStream that validates a checksum on the fly.
|
CRCOutputStream |
FilterOutputStream that generates a Checksum on the fly.
|
Copyright © 2017 INSIGHT Centre for Data Analytics. All rights reserved.