entagged.audioformats.ogg.util
Class OggCRCFactory

java.lang.Object
  extended by entagged.audioformats.ogg.util.OggCRCFactory

public class OggCRCFactory
extends Object

$Id: OggCRCFactory.java,v 1.1 2007/03/23 14:17:53 nicov1 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)


Copyright © 2007-2008. All Rights Reserved.