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
The iterator being decorated. -
lastLine
-
-
Constructor Details
-
UnfoldingStringIterator
Constructor.- Parameters:
iterator
- the iterator to decorate as unfolding
-
-
Method Details