Class DGapIntDecoder


  • public class DGapIntDecoder
    extends IntDecoder
    An IntDecoder which wraps another IntDecoder and reverts the d-gap that was encoded by DGapIntEncoder. The wrapped decoder performs the actual decoding, while this class simply adds the decoded value to the previous value.
    WARNING: This API is experimental and might change in incompatible ways in the next release.
    • Constructor Detail

      • DGapIntDecoder

        public DGapIntDecoder​(IntDecoder decoder)