- java.lang.Object
-
- ch.randelshofer.fastdoubleparser.Utf8Decoder
-
final class Utf8Decoder extends java.lang.ObjectDecodes UTF-8 encoded bytes to a character array.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classUtf8Decoder.Result
-
Constructor Summary
Constructors Modifier Constructor Description privateUtf8Decoder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static Utf8Decoder.Resultdecode(byte[] bytes, int offset, int length)
-
-
-
Method Detail
-
decode
static Utf8Decoder.Result decode(byte[] bytes, int offset, int length)
-
-