public class Image extends Object
Fingerprint.| Constructor and Description |
|---|
Image()
Creates a new instance of
Image. |
Image(byte[] imageData,
Fingerprint fingerprint)
Creates a new instance of
ImageImpl. |
| Modifier and Type | Method and Description |
|---|---|
Fingerprint |
getFingerprint()
Gets the fingerprint associated with this
Image object. |
byte[] |
getImageData()
Gets the imageData.
|
public Image()
Image.public Image(byte[] imageData,
Fingerprint fingerprint)
ImageImpl.imageData - the base64 encoded image datafingerprint - the Fingerprint.public byte[] getImageData()
public Fingerprint getFingerprint()
Image object.Copyright © 2015. All rights reserved.