|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javazoom.jl.decoder.Crc16
16-Bit CRC checksum
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Crc16()
Method Detail |
public void add_bits(int bitstring, int length)
public short checksum()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |