public class OggCRCFactory
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static long[] |
crc_lookup |
private static boolean |
init |
static java.util.logging.Logger |
logger |
Constructor and Description |
---|
OggCRCFactory() |
Modifier and Type | Method and Description |
---|---|
boolean |
checkCRC(byte[] data,
byte[] crc) |
static byte[] |
computeCRC(byte[] data) |
static void |
init() |
private static int |
u(int n) |
Copyright © 2005-2013 java.net. All Rights Reserved.