javazoom.jl.decoder
Class Crc16
java.lang.Object
javazoom.jl.decoder.Crc16
public final class Crc16
extends java.lang.Object
16-Bit CRC checksum
Crc16() - Dummy Constructor
|
void | add_bits(int bitstring, int length) - Feed a bitstring to the crc calculation (0 <32length <= 32).
|
short | checksum() - Return the calculated checksum.
|
Crc16
public Crc16()
Dummy Constructor
add_bits
public void add_bits(int bitstring,
int length)
Feed a bitstring to the crc calculation (0 <32length <= 32).
checksum
public short checksum()
Return the calculated checksum.
Erase it for next calls to add_bits().
JavaZOOM 1999-2005