Package io.keikai.doc.collab.utils
Class DSDecoderV2
- java.lang.Object
-
- io.keikai.doc.collab.utils.DSDecoderV2
-
- All Implemented Interfaces:
DSDecoder
- Direct Known Subclasses:
UpdateDecoderV2
public class DSDecoderV2 extends java.lang.Object implements DSDecoder
-
-
Field Summary
Fields Modifier and Type Field Description protected Decoder_restDecoder
-
Constructor Summary
Constructors Constructor Description DSDecoderV2(Decoder decoder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DecodergetRestDecoder()intreadDsClock()intreadDsLen()voidresetDsCurVal()
-
-
-
Field Detail
-
_restDecoder
protected Decoder _restDecoder
-
-
Constructor Detail
-
DSDecoderV2
public DSDecoderV2(Decoder decoder)
- Parameters:
decoder- Decoder instance for reading data.
-
-
Method Detail
-
getRestDecoder
public Decoder getRestDecoder()
- Specified by:
getRestDecoderin interfaceDSDecoder
-
resetDsCurVal
public void resetDsCurVal()
- Specified by:
resetDsCurValin interfaceDSDecoder
-
readDsClock
public int readDsClock()
- Specified by:
readDsClockin interfaceDSDecoder- Returns:
- The current clock value after reading.
-
-