|
|||||||||
| Home >> All >> org >> apache >> batik >> ext >> awt >> image >> [ codec overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.batik.ext.awt.image.codec
Class CRC

java.lang.Objectorg.apache.batik.ext.awt.image.codec.CRC
- class CRC
- extends java.lang.Object
| Field Summary | |
private static int[] |
crcTable
|
| Constructor Summary | |
(package private) |
CRC()
|
| Method Summary | |
static int |
updateCRC(int crc,
byte[] data,
int off,
int len)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
crcTable
private static int[] crcTable
| Constructor Detail |
CRC
CRC()
| Method Detail |
updateCRC
public static int updateCRC(int crc,
byte[] data,
int off,
int len)
|
|||||||||
| Home >> All >> org >> apache >> batik >> ext >> awt >> image >> [ codec overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.apache.batik.ext.awt.image.codec.CRC