Constructor and Description |
---|
Memento() |
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
getByteBuffer() |
CharBuffer |
getCharBuffer() |
List<Object> |
getData() |
CharsetDecoder |
getDecoder() |
AbstractStreamDecoder.BufferedStream |
getLine() |
<T> T |
ofDataAt(int indexOfData) |
void |
reset() |
void |
setCharset(Charset charset) |
public void reset()
public CharsetDecoder getDecoder()
public void setCharset(Charset charset)
public AbstractStreamDecoder.BufferedStream getLine()
public <T> T ofDataAt(int indexOfData)
public CharBuffer getCharBuffer()
public ByteBuffer getByteBuffer()
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.