Package io.keikai.doc.collab.lib0
Class RleDecoder<T>
- java.lang.Object
-
- io.keikai.doc.collab.lib0.Decoder
-
- io.keikai.doc.collab.lib0.RleDecoder<T>
-
public class RleDecoder<T> extends Decoder
Basic Run Length decoder - a basic compression implementation.- See Also:
RleEncoder
-
-
Constructor Summary
Constructors Constructor Description RleDecoder(Uint8Array uint8Array, java.util.function.Function<Decoder,T> reader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tread()
-
-
-
Constructor Detail
-
RleDecoder
public RleDecoder(Uint8Array uint8Array, java.util.function.Function<Decoder,T> reader)
-
-
Method Detail
-
read
public T read()
-
-