org.jaudiotagger.audio.ogg.util
Class OggCRCFactory
java.lang.Object
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
|
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 |
logger
public static java.util.logging.Logger logger
OggCRCFactory
public OggCRCFactory()
init
public static void init()
checkCRC
public boolean checkCRC(byte[] data,
byte[] crc)
computeCRC
public static byte[] computeCRC(byte[] data)