| 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 |
|---|---|
static List<VCardContact> |
VCardContact.loadAsMultiple(InputStream stream)
Loads list of contacts from multi contact stream.
|
static List<VCardContact> |
VCardContact.loadAsMultiple(InputStream stream,
Charset encoding)
Deprecated.
Tthis method is obsolete and will be removed soon. Use LoadAsMultiple(Stream stream, VCardLoadOptions options) method instead of it.
|
static List<VCardContact> |
VCardContact.loadAsMultiple(InputStream stream,
VCardLoadOptions options)
Loads list of contacts from multi contact stream.
|
static List<VCardContact> |
VCardContact.loadAsMultiple(String filePath)
Loads list of contacts from multi contact file.
|
static List<VCardContact> |
VCardContact.loadAsMultiple(String filePath,
Charset encoding)
Deprecated.
Tthis method is obsolete and will be removed soon. Use LoadAsMultiple(string filePath, VCardLoadOptions options) method instead of it.
|
static List<VCardContact> |
VCardContact.loadAsMultiple(String filePath,
VCardLoadOptions options) |
| 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) |
Copyright (c) 2008-2024 Aspose Pty Ltd. All Rights Reserved.