Class UintOptRleDecoder


  • public class UintOptRleDecoder
    extends Decoder
    Optimized Rle decoder that does not suffer from the mentioned problem of the basic Rle decoder.
    See Also:
    UintOptRleEncoder
    • Constructor Detail

      • UintOptRleDecoder

        public UintOptRleDecoder​(Uint8Array uint8Array)
    • Method Detail

      • read

        public int read()