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, writeLine
public void startCard()
public void startCard(String version)
public void appendProperty(String propertyName, String... propertyValue)
propertyName
- property namepropertyValue
- property valuespublic void endCard()
Copyright © 2001–2024 MickaĆ«l Guessant. All rights reserved.