Modifier and Type | Method and Description |
---|---|
VCardContact |
VCardAgent.getAgentCard()
Gets or sets an agent's card (
null if ValueLocation (VCardAgent.getValueLocation() /VCardAgent.setValueLocation(int) ) is not INLINE ) |
static VCardContact |
VCardContact.load(InputStream stream)
Reads
VCardContact from the specified stream containing vCard. |
static VCardContact |
VCardContact.load(InputStream stream,
Charset encoding)
Reads
VCardContact from the specified stream containing vCard. |
static VCardContact |
VCardContact.load(String filePath)
Reads
VCardContact from the specified vCard file
The supported vCard versions are 2.1 and 3.0 |
static VCardContact |
VCardContact.load(String filePath,
Charset encoding)
Reads
VCardContact from the specified vCard file
The supported vCard versions are 2.1 and 3.0 |
Modifier and Type | Method and Description |
---|---|
void |
VCardAgent.setAgentCard(VCardContact value)
Gets or sets an agent's card (
null if ValueLocation (VCardAgent.getValueLocation() /VCardAgent.setValueLocation(int) ) is not INLINE ) |