Uses of Class
com.machinezoo.fingerprintio.TemplateFormat
-
Packages that use TemplateFormat Package Description com.machinezoo.fingerprintio Core classes that are not specific to any template format. -
-
Uses of TemplateFormat in com.machinezoo.fingerprintio
Methods in com.machinezoo.fingerprintio that return TemplateFormat Modifier and Type Method Description static TemplateFormat
TemplateFormat. identify(byte[] template)
Detects template format used to encode provided template.static TemplateFormat
TemplateFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static TemplateFormat[]
TemplateFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-