Class IntDiffDecoder

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

public class IntDiffDecoder extends Decoder implements IntReadDecoder
Basic diff decoder using variable length decoding.
See Also:
  • Constructor Details

    • IntDiffDecoder

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