|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FoldingScheme | |
---|---|
biweekly.io.text |
Uses of FoldingScheme in biweekly.io.text |
---|
Fields in biweekly.io.text declared as FoldingScheme | |
---|---|
static FoldingScheme |
FoldingScheme.DEFAULT
Folds lines according to RFC specification (75 characters not including CRLF, with 1 space as indentation). |
Methods in biweekly.io.text that return FoldingScheme | |
---|---|
FoldingScheme |
ICalWriter.getFoldingScheme()
Gets the rules for how each line is folded. |
FoldingScheme |
ICalRawWriter.getFoldingScheme()
Gets the rules for how each line is folded. |
Constructors in biweekly.io.text with parameters of type FoldingScheme | |
---|---|
ICalRawWriter(Writer writer,
FoldingScheme foldingScheme)
Creates an iCalendar raw writer using the standard newline sequence. |
|
ICalRawWriter(Writer writer,
FoldingScheme foldingScheme,
String newline)
Creates an iCalendar raw writer. |
|
ICalWriter(File file,
boolean append,
FoldingScheme foldingScheme)
Creates an iCalendar writer that writes to a file. |
|
ICalWriter(File file,
boolean append,
FoldingScheme foldingScheme,
String newline)
Creates an iCalendar writer that writes to a file. |
|
ICalWriter(OutputStream outputStream,
FoldingScheme foldingScheme)
Creates an iCalendar writer that writes to an output stream. |
|
ICalWriter(OutputStream outputStream,
FoldingScheme foldingScheme,
String newline)
Creates an iCalendar writer that writes to an output stream. |
|
ICalWriter(Writer writer,
FoldingScheme foldingScheme)
Creates an iCalendar writer that writes to a writer. |
|
ICalWriter(Writer writer,
FoldingScheme foldingScheme,
String newline)
Creates an iCalendar writer that writes to a writer. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |