B - the type of BDB implementation that is decoded by this decoderpublic interface BiometricDataBlockDecoder<B extends BiometricDataBlock>
| Modifier and Type | Method and Description |
|---|---|
B |
decode(InputStream inputStream,
StandardBiometricHeader sbh,
int index,
int length)
Reads a biometric data block from an input stream.
|
B decode(InputStream inputStream, StandardBiometricHeader sbh, int index, int length) throws IOException
inputStream - the input stream to read fromsbh - the standard biometric header that preceded this BDBindex - the index of this BDBlength - the length of this BDBIOException - if reading failedCopyright © 2016. All rights reserved.