public abstract class ReaderStringBase extends Reader
| Constructor and Description |
|---|
ReaderStringBase() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
nextString() |
int |
read(char[] cbuf,
int dstBegin,
int len) |
public int read(char[] cbuf,
int dstBegin,
int len)
throws IOException
read in class ReaderIOExceptionprotected abstract String nextString() throws IOException
IOExceptionCopyright © 2015. All rights reserved.