Class CRC
java.lang.Object
org.apache.batik.ext.awt.image.codec.png.CRC
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
crcTable
private static int[] crcTable
-
-
Constructor Details
-
CRC
CRC()
-
-
Method Details
-
updateCRC
public static int updateCRC(int crc, byte[] data, int off, int len)
-