| Interface | Description |
|---|---|
| EmbeddedVCardException.InjectionCallback |
Injects an unmarshalled vCard into the property object.
|
| Class | Description |
|---|---|
| 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. |
| StreamReader |
Parses vCards from a data stream.
|
| StreamWriter |
Writes vCards to a data stream.
|
| Exception | 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 |
Thrown during the marshalling/unmarshalling of a property to signal to the
marshaller that the property's value is a nested (2.1 style) or embedded (3.0
style) vCard.
|
| SkipMeException |
Thrown during the reading or writing of a vCard property to signal that the
property should not be written to the vCard data stream or not be included in
the parsed
VCard object. |
Copyright © 2012–2023 Michael Angstadt. All rights reserved.