Package org.moera.lib.crypto
Class FingerprintReader
java.lang.Object
org.moera.lib.crypto.FingerprintReader
- All Implemented Interfaces:
AutoCloseable
The
FingerprintReader
class is responsible for deserializing fingerprint data
from a byte array input stream.
This class is not intended to be used directly. Use CryptoUtil
methods instead.
-
Method Summary
Modifier and TypeMethodDescriptionint
void
close()
read
(Function<Integer, FieldWithSchema[]> schemaProvider)
-
Method Details
-
read
-
available
public int available() -
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-