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
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.oracle.truffle.api.source.BytesDecoder
BytesDecoder.LineMarker, BytesDecoder.UTF8BytesDecoder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecode
(byte[] bytes, int byteIndex, int length) void
decodeLines
(byte[] bytes, int byteIndex, int length, BytesDecoder.LineMarker lineMarker)
-
Constructor Details
-
UTF8BytesDecoder
public UTF8BytesDecoder()
-
-
Method Details
-
decode
- Specified by:
decode
in interfaceBytesDecoder
-
decodeLines
public void decodeLines(byte[] bytes, int byteIndex, int length, BytesDecoder.LineMarker lineMarker) - Specified by:
decodeLines
in interfaceBytesDecoder
-