Package io.keikai.doc.collab.lib0
Class IntDiffOptRleDecoder
- java.lang.Object
-
- io.keikai.doc.collab.lib0.Decoder
-
- io.keikai.doc.collab.lib0.IntDiffOptRleDecoder
-
- All Implemented Interfaces:
IntReadDecoder
public class IntDiffOptRleDecoder extends Decoder implements IntReadDecoder
A combination of theIntDiffDecoderand theUintOptRleDecoder.- See Also:
IncUintOptRleEncoder
-
-
Constructor Summary
Constructors Constructor Description IntDiffOptRleDecoder(Uint8Array uint8Array)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intread()
-
-
-
Constructor Detail
-
IntDiffOptRleDecoder
public IntDiffOptRleDecoder(Uint8Array uint8Array)
-
-
Method Detail
-
read
public int read()
- Specified by:
readin interfaceIntReadDecoder
-
-