Class UintOptRleDecoder

java.lang.Object
io.keikai.doc.collab.lib0.Decoder
io.keikai.doc.collab.lib0.UintOptRleDecoder

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

    • UintOptRleDecoder

      public UintOptRleDecoder(Uint8Array uint8Array)
  • Method Details

    • read

      public int read()