|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FoldingScheme | |
|---|---|
| ezvcard.io.text | |
| Uses of FoldingScheme in ezvcard.io.text |
|---|
| Fields in ezvcard.io.text declared as FoldingScheme | |
|---|---|
static FoldingScheme |
FoldingScheme.MAC_ADDRESS_BOOK
Folds lines at 76 characters (not including CRLF) and uses 2 spaces as indentation. |
static FoldingScheme |
FoldingScheme.MIME_DIR
Folds lines at 75 characters (not including CRLF) and uses 1 space as indentation. |
static FoldingScheme |
FoldingScheme.MS_OUTLOOK
Folds lines at 72 characters (not including CRLF) and uses 1 space as indentation. |
| Methods in ezvcard.io.text that return FoldingScheme | |
|---|---|
FoldingScheme |
VCardWriter.getFoldingScheme()
Gets the rules for how each line is folded. |
FoldingScheme |
VCardRawWriter.getFoldingScheme()
Gets the rules for how each line is folded. |
| Constructors in ezvcard.io.text with parameters of type FoldingScheme | |
|---|---|
VCardRawWriter(Writer writer,
VCardVersion version,
FoldingScheme foldingScheme)
Creates a vCard raw writer using the standard newline sequence. |
|
VCardRawWriter(Writer writer,
VCardVersion version,
FoldingScheme foldingScheme,
String newline)
Creates a vCard raw writer. |
|
VCardWriter(File file,
boolean append,
VCardVersion targetVersion,
FoldingScheme foldingScheme,
String newline)
Creates a writer that writes vCards to a file. |
|
VCardWriter(OutputStream out,
VCardVersion targetVersion,
FoldingScheme foldingScheme,
String newline)
Creates a writer that writes vCards to an output stream. |
|
VCardWriter(Writer writer,
VCardVersion targetVersion,
FoldingScheme foldingScheme,
String newline)
Creates a writer that writes vCards to a writer. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||