public class Utf8Decoder$ extends java.lang.Object implements StreamingCharsetDecoder
This decoder is based on the one of Bjoern Hoehrmann from https://bjoern.hoehrmann.de/utf-8/decoder/dfa/ (MIT License).
INTERNAL API
Modifier and Type | Field and Description |
---|---|
static Utf8Decoder$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
Utf8Decoder$() |
Modifier and Type | Method and Description |
---|---|
byte[] |
characterClasses() |
StreamingCharsetDecoderInstance |
create() |
byte[] |
states() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
decode
public static final Utf8Decoder$ MODULE$
public byte[] characterClasses()
public byte[] states()
public StreamingCharsetDecoderInstance create()
create
in interface StreamingCharsetDecoder