public class NistDecoder extends Object
| Constructor and Description |
|---|
NistDecoder() |
| Modifier and Type | Method and Description |
|---|---|
DecodedData |
decode(byte[] nist,
DecodedData.Format fingerImageFormat) |
DecodedData |
decode(File file,
DecodedData.Format fingerImageFormat) |
DecodedData |
decode(InputStream inputStream,
DecodedData.Format fingerImageFormat) |
DecodedData |
decode(String fileName,
DecodedData.Format fingerImageFormat) |
public DecodedData decode(String fileName, DecodedData.Format fingerImageFormat) throws IOException
IOExceptionpublic DecodedData decode(File file, DecodedData.Format fingerImageFormat) throws IOException
IOExceptionpublic DecodedData decode(InputStream inputStream, DecodedData.Format fingerImageFormat) throws IOException
IOExceptionpublic DecodedData decode(byte[] nist, DecodedData.Format fingerImageFormat)
Copyright © 2015. All rights reserved.