org.jaudiotagger.audio.ogg.util
Class OggCRCFactory

java.lang.Object
  extended by org.jaudiotagger.audio.ogg.util.OggCRCFactory

public class OggCRCFactory
extends java.lang.Object

OffCRC Calculations $Id: OggCRCFactory.java,v 1.4 2007/08/15 12:39:58 paultaylor Exp $

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

Field Summary
static java.util.logging.Logger logger
           
 
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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

public static java.util.logging.Logger logger
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)