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.Reader
java.io.IOException
public int read() throws java.io.IOException
read
in class java.io.Reader
java.io.IOException
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.Reader
java.io.IOException
Copyright © 2003-2013 Jodd Team