|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.Reader
java.io.BufferedReader
ezvcard.io.text.FoldedLineReader
public class FoldedLineReader
Automatically unfolds lines of text as they are read.
Field Summary |
---|
Fields inherited from class java.io.Reader |
---|
lock |
Constructor Summary | |
---|---|
FoldedLineReader(Reader reader)
Creates a folded line reader. |
|
FoldedLineReader(String text)
Creates a folded line reader. |
Method Summary | |
---|---|
Charset |
getEncoding()
Gets the character encoding of the reader. |
int |
getLineNum()
Gets the starting line number of the last unfolded line that was read. |
String |
readLine()
Reads the next unfolded line. |
Methods inherited from class java.io.BufferedReader |
---|
close, mark, markSupported, read, read, ready, reset, skip |
Methods inherited from class java.io.Reader |
---|
read, read |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FoldedLineReader(Reader reader)
reader
- the reader object to wrappublic FoldedLineReader(String text)
text
- the text to readMethod Detail |
---|
public int getLineNum()
public Charset getEncoding()
public String readLine() throws IOException
readLine
in class BufferedReader
IOException
- if there's a problem reading from the reader
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |