public static class BytesDecoder.UTF8BytesDecoder extends java.lang.Object implements BytesDecoder
BytesDecoder.LineMarker, BytesDecoder.UTF8BytesDecoder
Constructor and Description |
---|
BytesDecoder.UTF8BytesDecoder() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
decode(byte[] bytes,
int byteIndex,
int length) |
void |
decodeLines(byte[] bytes,
int byteIndex,
int length,
BytesDecoder.LineMarker lineMarker) |
public java.lang.String decode(byte[] bytes, int byteIndex, int length)
decode
in interface BytesDecoder
public void decodeLines(byte[] bytes, int byteIndex, int length, BytesDecoder.LineMarker lineMarker)
decodeLines
in interface BytesDecoder