public class VCardWriter extends ICSBufferedWriter
| Constructor and Description |
|---|
VCardWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
appendProperty(String propertyName,
String... propertyValue)
Append compound value
|
void |
endCard()
End VCard
|
void |
startCard()
Begin VCard and version
|
void |
startCard(String version)
Begin VCard and version
|
appendMultilineEncodedValue, appendProperty, newLine, toString, write, writeLine, writeLinepublic void startCard()
public void startCard(String version)
public void appendProperty(String propertyName, String... propertyValue)
propertyName - property namepropertyValue - property valuespublic void endCard()
Copyright © 2001–2025 MickaĆ«l Guessant. All rights reserved.