Package | Description |
---|---|
ezvcard.io |
Contains I/O related classes.
|
ezvcard.io.html |
Contains classes that can read/write hCards (HTML-encoded vCards).
|
ezvcard.io.json |
Contains classes that can read/write jCards (JSON-encoded vCards).
|
ezvcard.io.scribe |
Contains classes that know how to marshal and unmarshal a property in each vCard format.
|
ezvcard.io.text |
Contains classes that can read/write traditional, plain-text vCards.
|
ezvcard.io.xml |
Contains classes that can read/write xCards (XML-encoded vCards).
|
Class and Description |
---|
CannotParseException
Thrown during the unmarshalling of a vCard property to signal that the
property's value could not be parsed (for example, being unable to parse a
date string).
|
EmbeddedVCardException.InjectionCallback
Injects an unmarshalled vCard into the property object.
|
ParseContext
Stores information used during the parsing of a vCard.
|
ParseWarning
Represents a warning that occurred during the parsing of a vCard.
|
ParseWarning.Builder
Constructs instances of the
ParseWarning class. |
Class and Description |
---|
StreamReader
Parses vCards from a data stream.
|
Class and Description |
---|
StreamReader
Parses vCards from a data stream.
|
StreamWriter
Writes vCards to a data stream.
|
Class and Description |
---|
CannotParseException
Thrown during the unmarshalling of a vCard property to signal that the
property's value could not be parsed (for example, being unable to parse a
date string).
|
ParseContext
Stores information used during the parsing of a vCard.
|
Class and Description |
---|
StreamReader
Parses vCards from a data stream.
|
StreamWriter
Writes vCards to a data stream.
|
Class and Description |
---|
StreamReader
Parses vCards from a data stream.
|
StreamWriter
Writes vCards to a data stream.
|
Copyright © 2012–2023 Michael Angstadt. All rights reserved.