Package io.keikai.doc.collab.lib0
Class UintOptRleDecoder
- java.lang.Object
-
- io.keikai.doc.collab.lib0.Decoder
-
- io.keikai.doc.collab.lib0.UintOptRleDecoder
-
public class UintOptRleDecoder extends Decoder
Optimized Rle decoder that does not suffer from the mentioned problem of the basic Rle decoder.- See Also:
UintOptRleEncoder
-
-
Constructor Summary
Constructors Constructor Description UintOptRleDecoder(Uint8Array uint8Array)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intread()
-
-
-
Constructor Detail
-
UintOptRleDecoder
public UintOptRleDecoder(Uint8Array uint8Array)
-
-