Class RleIntDiffDecoder

java.lang.Object
io.keikai.doc.collab.lib0.Decoder
io.keikai.doc.collab.lib0.RleIntDiffDecoder
All Implemented Interfaces:
IntReadDecoder

public class RleIntDiffDecoder extends Decoder implements IntReadDecoder
A combination of IntDiffDecoder and RleDecoder.
See Also:
  • Constructor Details

    • RleIntDiffDecoder

      public RleIntDiffDecoder(Uint8Array uint8Array, int start)
  • Method Details