Class Crc16

java.lang.Object
javazoom.jl.decoder.Crc16

public final class Crc16 extends Object
16-Bit CRC checksum
  • Constructor Summary

    Constructors
    Constructor
    Description
    Dummy Constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add_bits(int bitstring, int length)
    Feed a bitstring to the crc calculation (0 invalid input: '<' length invalid input: '<'= 32).
    short
    Return the calculated checksum.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Crc16

      public Crc16()
      Dummy Constructor
  • Method Details

    • add_bits

      public void add_bits(int bitstring, int length)
      Feed a bitstring to the crc calculation (0 invalid input: '<' length invalid input: '<'= 32).
    • checksum

      public short checksum()
      Return the calculated checksum. Erase it for next calls to add_bits().