public static class VCard.Photo
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
Photo() |
Photo(byte[] bits,
java.lang.String type)
The main constructor.
|
| Modifier and Type | Method and Description |
|---|---|
VCard.Photo |
copy()
Creates a copy of a photo instance.
|
public Photo()
public Photo(byte[] bits,
java.lang.String type)
bits - binary image datatype - the specific part of image/ mime type, i.e. 'jpeg' or 'png'.public VCard.Photo copy()