Package io.keikai.doc.collab.lib0
Class Decoder
- java.lang.Object
-
- io.keikai.doc.collab.lib0.Decoder
-
- Direct Known Subclasses:
IncUintOptRleDecoder,IntDiffDecoder,IntDiffOptRleDecoder,RleDecoder,RleIntDiffDecoder,UintOptRleDecoder
public class Decoder extends java.lang.ObjectRecord decoding position of Uint8Array.
-
-
Constructor Summary
Constructors Constructor Description Decoder(Uint8Array uint8Array)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Uint8ArraygetArr()intgetPos()voidsetArr(Uint8Array arr)voidsetPos(int pos)
-
-
-
Constructor Detail
-
Decoder
public Decoder(Uint8Array uint8Array)
-
-
Method Detail
-
getPos
public int getPos()
-
setPos
public void setPos(int pos)
-
getArr
public Uint8Array getArr()
-
setArr
public void setArr(Uint8Array arr)
-
-