Class AI01weightDecoder

Direct Known Subclasses:
AI013x0x1xDecoder, AI013x0xDecoder

abstract class AI01weightDecoder extends AI01decoder
  • Constructor Details

    • AI01weightDecoder

      AI01weightDecoder(BitArray information)
  • Method Details

    • encodeCompressedWeight

      final void encodeCompressedWeight(StringBuilder buf, int currentPos, int weightSize)
    • addWeightCode

      protected abstract void addWeightCode(StringBuilder buf, int weight)
    • checkWeight

      protected abstract int checkWeight(int weight)