public class CharBufferReader
extends java.io.Reader
CharBuffer.| Constructor and Description |
|---|
CharBufferReader(java.nio.CharBuffer charBuffer) |
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-2013 Jodd Team