Package | Description |
---|---|
ezvcard.io.scribe |
Contains classes that know how to marshal and unmarshal a property in each vCard format.
|
ezvcard.parameter |
Contains classes related to vCard parameters.
|
ezvcard.property |
Contains the DTO class for each property.
|
Modifier and Type | Class and Description |
---|---|
class |
BinaryPropertyScribe<T extends BinaryProperty<U>,U extends MediaTypeParameter>
Marshals properties that have binary data.
|
Modifier and Type | Class and Description |
---|---|
class |
MediaTypeCaseClasses<T extends MediaTypeParameter>
Manages the list of pre-defined values for a media type parameter.
|
Modifier and Type | Class and Description |
---|---|
class |
ImageType
|
class |
KeyType
Represents the TYPE parameter of the
Key property. |
class |
SoundType
Represents the TYPE parameter of the
Sound property. |
Modifier and Type | Class and Description |
---|---|
class |
BinaryProperty<T extends MediaTypeParameter>
Represents a property whose value contains binary data.
|
Modifier and Type | Field and Description |
---|---|
protected T |
BinaryProperty.contentType
The content type of the resource (for example, a JPEG image).
|
Copyright © 2012–2023 Michael Angstadt. All rights reserved.