Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.batik.ext.awt.image.codec
Class CRC  view CRC download CRC.java

java.lang.Object
  extended byorg.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)