| Package | Description |
|---|---|
| biweekly.io.text |
| Modifier and Type | Field and Description |
|---|---|
static FoldingScheme |
FoldingScheme.DEFAULT
Folds lines according to RFC specification (75 characters not including
CRLF, with 1 space as indentation).
|
| Modifier and Type | Method and Description |
|---|---|
FoldingScheme |
ICalWriter.getFoldingScheme()
Gets the rules for how each line is folded.
|
FoldingScheme |
ICalRawWriter.getFoldingScheme()
Gets the rules for how each line is folded.
|
| Constructor and Description |
|---|
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.
|
Copyright © 2013-2014 Michael Angstadt. All Rights Reserved.