public interface ReadLineCapable
| Modifier and Type | Field and Description |
|---|---|
static ReaderFactory |
INSTANCE
Factory for creating types that are an instances of
ReadLineCapable. |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the source from which lines have been read.
|
String |
readLine()
Returns a line read.
|
static final ReaderFactory INSTANCE
ReadLineCapable.String readLine() throws IOException
IOException - in case reading failsvoid close()
throws IOException
IOException - in case closing the source failsCopyright © 2017. All rights reserved.