public class CharBufferReader
extends java.io.Reader
CharBuffer.| Constructor and Description |
|---|
CharBufferReader(java.nio.CharBuffer charBuffer) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read() |
int |
read(char[] chars,
int offset,
int length) |
public int read(char[] chars,
int offset,
int length)
read in class java.io.Readerpublic int read()
read in class java.io.Readerpublic void close()
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.ReaderCopyright © 2003-present Jodd Team