net.sf.ext.entagged.plugins.audioformats.ogg.inforeader
Class OGGCRCFactory

java.lang.Object
  extended bynet.sf.ext.entagged.plugins.audioformats.ogg.inforeader.OGGCRCFactory

public class OGGCRCFactory
extends java.lang.Object

$Id: OGGCRCFactory.java,v 1.1 2004/09/17 07:15:36 rwaals Exp $

Version:
19 d�cembre 2003
Author:
Raphael Slinckx (KiKiDonK)

Constructor Summary
OGGCRCFactory()
           
 
Method Summary
 boolean checkCRC(byte[] data, byte[] crc)
           
static byte[] computeCRC(byte[] data)
           
static void init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OGGCRCFactory

public OGGCRCFactory()
Method Detail

init

public static void init()

checkCRC

public boolean checkCRC(byte[] data,
                        byte[] crc)

computeCRC

public static byte[] computeCRC(byte[] data)