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)
throws java.io.IOException
read in class java.io.Readerjava.io.IOExceptionpublic int read()
throws java.io.IOException
read in class java.io.Readerjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.Readerjava.io.IOExceptionCopyright © 2003-present Jodd Team