Package com.oracle.truffle.api.source
Class BytesDecoder.UTF8BytesDecoder
- java.lang.Object
-
- com.oracle.truffle.api.source.BytesDecoder.UTF8BytesDecoder
-
- All Implemented Interfaces:
BytesDecoder
- Enclosing interface:
- BytesDecoder
public static class BytesDecoder.UTF8BytesDecoder extends java.lang.Object implements BytesDecoder
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.oracle.truffle.api.source.BytesDecoder
BytesDecoder.LineMarker, BytesDecoder.UTF8BytesDecoder
-
-
Constructor Summary
Constructors Constructor Description UTF8BytesDecoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
decode(byte[] bytes, int byteIndex, int length)
void
decodeLines(byte[] bytes, int byteIndex, int length, BytesDecoder.LineMarker lineMarker)
-
-
-
Method Detail
-
decode
public java.lang.String decode(byte[] bytes, int byteIndex, int length)
- Specified by:
decode
in interfaceBytesDecoder
-
decodeLines
public void decodeLines(byte[] bytes, int byteIndex, int length, BytesDecoder.LineMarker lineMarker)
- Specified by:
decodeLines
in interfaceBytesDecoder
-
-