Interface Decoder

All Known Implementing Classes:
CanonicalFast64CodeWordDecoder, TreeDecoder

public interface Decoder
Decoding methods for a specific compression technique.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Decodes the next symbol from the given boolean iterator.
    int
    Decodes the next symbol from the given input bit stream.