public final class CRLFLineReader
extends java.io.BufferedReader
| Modifier and Type | Field and Description |
|---|---|
private static char |
CR |
private static char |
LF |
| Constructor and Description |
|---|
CRLFLineReader(java.io.Reader reader)
Creates a CRLFLineReader that wraps an existing Reader
input source.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
readLine()
Read a line of text.
|
private static final char LF
private static final char CR
public 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