public class CharReader extends Reader
| Constructor and Description |
|---|
CharReader(char[] data) |
CharReader(char[] data,
int soff,
int eoff) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read() |
int |
read(char[] cbuf,
int off,
int len) |
public CharReader(@Nonnull char[] data)
public CharReader(@Nonnull char[] data, int soff, int eoff)
public int read()
throws IOException
read in class ReaderIOExceptionpublic int read(char[] cbuf,
int off,
int len)
throws IOException
read in class ReaderIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class ReaderIOExceptionCopyright © 2017 etc.to. All rights reserved.