public static interface JCardRawReader.JCardDataStreamListener
| Modifier and Type | Method and Description |
|---|---|
void |
beginVCard()
Called when a vCard has been found in the stream.
|
void |
readProperty(String group,
String propertyName,
VCardParameters parameters,
VCardDataType dataType,
JCardValue value)
Called when a property is read.
|
void beginVCard()
void readProperty(String group, String propertyName, VCardParameters parameters, VCardDataType dataType, JCardValue value)
group - the group or null if there is not grouppropertyName - the property name (e.g. "summary")parameters - the parametersdataType - the data type or null for "unknown"value - the property valueCopyright © 2012–2023 Michael Angstadt. All rights reserved.