Package com.mxgraph.util.png
Class CRC
java.lang.Object
com.mxgraph.util.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)
-