public final class CRLFLineReader extends BufferedReader
| Constructor and Description |
|---|
CRLFLineReader(Reader reader)
Creates a CRLFLineReader that wraps an existing Reader
input source.
|
| Modifier and Type | Method and Description |
|---|---|
String |
readLine()
Read a line of text.
|
close, lines, mark, markSupported, read, read, ready, reset, skippublic CRLFLineReader(Reader reader)
reader - The Reader input source.public String readLine() throws IOException
readLine in class BufferedReaderIOExceptionCopyright © 2001–2020 The Apache Software Foundation. All rights reserved.