Class CRC
- java.lang.Object
-
- org.apache.xmlgraphics.image.codec.png.CRC
-
final class CRC extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static int[]
crcTable
-
Constructor Summary
Constructors Modifier Constructor Description private
CRC()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
updateCRC(int crc, byte[] data, int off, int len)
-