java.lang.Object
java.io.Reader
java.io.BufferedReader
jfxtras.icalendarfx.content.UnfoldingBufferedReader
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Readable
BufferedReader that unfolds lines via the
readLine()
method.
Works fine, but not being used now.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
readLine()
Unfolds lines based on RFC 5545 iCalendar specificationMethods inherited from class java.io.BufferedReader
close, lines, mark, markSupported, read, read, ready, reset, skip
Methods inherited from class java.io.Reader
nullReader, read, read, transferTo
-
Field Details
-
lastLine
String lastLine
-
-
Constructor Details
-
UnfoldingBufferedReader
-
UnfoldingBufferedReader
-
-
Method Details
-
readLine
Unfolds lines based on RFC 5545 iCalendar specification- Overrides:
readLine
in classBufferedReader
- Throws:
IOException
-
pushBackLine
-