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.BufferedReader
java.io.IOException
Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.