Package io.keikai.doc.collab.lib0
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:
IntDiffEncoder
-
-
Constructor Summary
Constructors Constructor Description IntDiffDecoder(Uint8Array uint8Array, int start)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intread()
-
-
-
Constructor Detail
-
IntDiffDecoder
public IntDiffDecoder(Uint8Array uint8Array, int start)
-
-
Method Detail
-
read
public int read()
- Specified by:
readin interfaceIntReadDecoder
-
-