net.qrivy.jbioapi
Class BiometricsFramework
java.lang.Object
net.qrivy.jbioapi.BiometricsFramework
- All Implemented Interfaces:
- java.lang.Runnable
public class BiometricsFramework
- extends java.lang.Object
- implements java.lang.Runnable
- Author:
- Michael R. Crusoe
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BiometricsFramework
public BiometricsFramework()
getBiometricServiceProvider
public static BiometricServiceProvider getBiometricServiceProvider(java.lang.String uuid,
long deviceID)
throws BioApiException
- Throws:
BioApiException
getNumberOfModules
public static long getNumberOfModules()
throws BioApiException
- Throws:
BioApiException
getSchemas
public static SchemaArray getSchemas()
throws BioApiException
- Throws:
BioApiException
readBir
public static BioAPI_BIR readBir(java.lang.String filename)
throws java.io.IOException
- Throws:
java.io.IOException
writeBir
public static void writeBir(BioAPI_BIR bir,
java.lang.String filename)
throws java.io.IOException
- Throws:
java.io.IOException
terminate
public static void terminate()
run
public void run()
- Specified by:
run in interface java.lang.Runnable