B
- the type of BDB implementation that is encoded by this encoderpublic interface BiometricDataBlockEncoder<B extends BiometricDataBlock>
Modifier and Type | Method and Description |
---|---|
void |
encode(B bdb,
OutputStream out)
Writes the biometric data block in
bdb to the output stream. |
void encode(B bdb, OutputStream out) throws IOException
bdb
to the output stream.bdb
- the biometric data block to writeout
- the output stream to write toIOException
- if writing failsCopyright © 2016. All rights reserved.