Package | Description |
---|---|
ezvcard.io.scribe |
Contains classes that know how to marshal and unmarshal a property in each vCard format.
|
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 |
ImageProperty
Represents a vCard property that stores image data.
|
class |
Key
Defines a public encryption key.
|
class |
Logo
Defines a company logo.
|
class |
Photo
Defines a photo, such as the person's portrait.
|
class |
Sound
Defines a sound, such as the correct pronunciation of the person's name.
|
Constructor and Description |
---|
BinaryProperty(BinaryProperty<T> original)
Copy constructor.
|
Copyright © 2012–2023 Michael Angstadt. All rights reserved.