| Package | Description |
|---|---|
| org.jnbis | |
| org.jnbis.internal |
| Modifier and Type | Method and Description |
|---|---|
static DecodedData.Format |
DecodedData.Format.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DecodedData.Format[] |
DecodedData.Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DecodedData |
NistDecoder.decode(byte[] nist,
DecodedData.Format fingerImageFormat) |
DecodedData |
NistDecoder.decode(File file,
DecodedData.Format fingerImageFormat) |
DecodedData |
NistDecoder.decode(InputStream inputStream,
DecodedData.Format fingerImageFormat) |
DecodedData |
NistDecoder.decode(String fileName,
DecodedData.Format fingerImageFormat) |
| Modifier and Type | Method and Description |
|---|---|
DecodedData |
InternalNistDecoder.decode(byte[] nist,
DecodedData.Format fingerImageFormat) |
Copyright © 2015. All rights reserved.