org.gagravarr.ogg
Class CRCUtils

java.lang.Object
  extended by org.gagravarr.ogg.CRCUtils

public class CRCUtils
extends Object


Field Summary
protected static Integer CRC_POLYNOMIAL
           
 
Constructor Summary
CRCUtils()
           
 
Method Summary
static int getCRC(byte[] data)
           
static int getCRC(byte[] data, int previous)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CRC_POLYNOMIAL

protected static final Integer CRC_POLYNOMIAL
Constructor Detail

CRCUtils

public CRCUtils()
Method Detail

getCRC

public static int getCRC(byte[] data)

getCRC

public static int getCRC(byte[] data,
                         int previous)


Copyright © 2012. All Rights Reserved.