Class VCard.Image
- java.lang.Object
-
- rocks.xmpp.extensions.vcard.temp.model.VCard.Image
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetType()Gets the mime type of the photo, e.g. image/png.URIgetUri()Gets the URI to an external photo.byte[]getValue()Gets the photo as byte array.
-