|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcafe.fingerprintauthentication.FPData
public class FPData
Constructor Summary | |
---|---|
FPData(byte[] data,
int quality,
int id)
Constructor for creating a new FPData -object. |
Method Summary | |
---|---|
byte[] |
getData()
Returns the raw data of the fingeprint for storing in database and creating a new fingerprint template. |
int |
getID()
Returns id of the fingerprint saved in the object. |
int |
getQuality()
Returns quality of the fingerprint. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FPData(byte[] data, int quality, int id)
FPData
-object.
data
- Byte array representing the fingerprint. Any valid bytevalue is okay.quality
- Integer presenting the fingerprint quality. Values -1 to 2 are valid.id
- Id of the fingerprint values from -1 to Interger.MAX_VALUE
are valid.Method Detail |
---|
public byte[] getData()
public int getQuality()
public int getID()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |