public final class CRLFLineReader
extends java.io.BufferedReader
| 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.
|
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