Class EightFlagsIntDecoder


  • public class EightFlagsIntDecoder
    extends IntDecoder
    Decodes data which was encoded by EightFlagsIntEncoder. Scans the indicator, one flag (1-bits) at a time, and decodes extra data using VInt8IntDecoder.
    See Also:
    EightFlagsIntEncoder
    WARNING: This API is experimental and might change in incompatible ways in the next release.
    • Constructor Detail

      • EightFlagsIntDecoder

        public EightFlagsIntDecoder()