Uses of Interface
io.keikai.doc.collab.utils.DSDecoder
-
Packages that use DSDecoder Package Description io.keikai.doc.collab.utils -
-
Uses of DSDecoder in io.keikai.doc.collab.utils
Subinterfaces of DSDecoder in io.keikai.doc.collab.utils Modifier and Type Interface Description interfaceUpdateDecoderClasses in io.keikai.doc.collab.utils that implement DSDecoder Modifier and Type Class Description classDSDecoderV1classDSDecoderV2classUpdateDecoderV1classUpdateDecoderV2Methods in io.keikai.doc.collab.utils with parameters of type DSDecoder Modifier and Type Method Description static SnapshotSnapshot. decodeSnapshot(Uint8Array buf, DSDecoder decoder)Decode a snapshot using the specified decoder.static Uint8ArrayDeleteSet. readAndApplyDeleteSet(DSDecoder decoder, Transaction transaction, StructStore store)static DeleteSetDeleteSet. readDeleteSet(DSDecoder decoder)Overloaded readDeleteSet for DSDecoderstatic java.util.Map<java.lang.Integer,java.lang.Integer>Encodings. readStateVector(DSDecoder decoder)Read state vector from the decoder.
-