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, skip
public CRLFLineReader(Reader reader)
reader
- The Reader input source.public String readLine() throws IOException
readLine
in class BufferedReader
IOException
Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.