public final class CRLFLineReader extends java.io.BufferedReader
| Constructor | Description |
|---|---|
CRLFLineReader(java.io.Reader reader) |
Creates a CRLFLineReader that wraps an existing Reader
input source.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
readLine() |
Read a line of text.
|
close, lines, mark, markSupported, read, read, ready, reset, skippublic CRLFLineReader(java.io.Reader reader)
reader - The Reader input source.public java.lang.String readLine() throws java.io.IOException
readLine in class java.io.BufferedReaderjava.io.IOException