public class Utf8Decoder
extends java.lang.Object
This decoder is based on the one of Bjoern Hoehrmann from https://bjoern.hoehrmann.de/utf-8/decoder/dfa/ (MIT License).
INTERNAL API
Constructor and Description |
---|
Utf8Decoder() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
characterClasses() |
static StreamingCharsetDecoderInstance |
create() |
static scala.util.Try<java.lang.String> |
decode(org.apache.pekko.util.ByteString bytes) |
static byte[] |
states() |
public static byte[] characterClasses()
public static byte[] states()
public static StreamingCharsetDecoderInstance create()
public static scala.util.Try<java.lang.String> decode(org.apache.pekko.util.ByteString bytes)