Class UnfoldingStringIterator
java.lang.Object
jfxtras.icalendarfx.content.UnfoldingStringIterator
A simple
Iterator<String> decorator that unfolds line according to the
RFC 5545 iCalendar standard. Lines are unfolded automatically by calling the next() method.
Non-folded lines are preserved by using a push-back mechanism.-
Field Details
-
iterator
-
lastLine
-
-
Constructor Details
-
UnfoldingStringIterator
-
-
Method Details
-
hasNext
-
next
-
pushBackLine
-