Uses of Class
ezvcard.property.BinaryProperty

Packages that use BinaryProperty
ezvcard.io.scribe   
ezvcard.property   
 

Uses of BinaryProperty in ezvcard.io.scribe
 

Classes in ezvcard.io.scribe with type parameters of type BinaryProperty
 class BinaryPropertyScribe<T extends BinaryProperty<U>,U extends MediaTypeParameter>
          Marshals properties that have binary data.
 

Uses of BinaryProperty in ezvcard.property
 

Subclasses of BinaryProperty in ezvcard.property
 class ImageProperty
          Represents a vCard property that stores image data (for example, Photo).
 class Key
          A public key for encryption.
 class Logo
          A company logo.
 class Photo
          A photo attached to the vCard (such as a portrait of the person).
 class Sound
          A sound to attach to the vCard, such as a pronunciation of the person's name.
 



Copyright © 2012-2014 Michael Angstadt. All Rights Reserved.