Package javazoom.jl.decoder
Class Crc16
- java.lang.Object
-
- javazoom.jl.decoder.Crc16
-
public final class Crc16 extends java.lang.Object16-Bit CRC checksum
-
-
Constructor Summary
Constructors Constructor Description Crc16()Dummy Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd_bits(int bitstring, int length)Feed a bitstring to the crc calculation (0 < length <= 32).shortchecksum()Return the calculated checksum.
-