public abstract class StringLineReader extends Reader
| Constructor and Description |
|---|
StringLineReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected abstract String |
nextLine()
Get the next line of data from the data source.
|
int |
read(char[] cbuf,
int off,
int len) |
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class ReaderIOExceptionReader.close()public int read(char[] cbuf,
int off,
int len)
throws IOException
read in class ReaderIOExceptionReader.read(char[], int, int)protected abstract String nextLine() throws IOException
IOExceptionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.