javazoom.jl.decoder
public final class Crc16 extends Object
Constructor Summary | |
---|---|
Crc16()
Dummy Constructor |
Method Summary | |
---|---|
void | add_bits(int bitstring, int length)
Feed a bitstring to the crc calculation (0 < length <= 32). |
short | checksum()
Return the calculated checksum.
|