Uses of Class
org.jnbis.api.model.Nist
-
Packages that use Nist Package Description org.jnbis.api.handler org.jnbis.internal -
-
Uses of Nist in org.jnbis.api.handler
Methods in org.jnbis.api.handler that return Nist Modifier and Type Method Description NistNistHandler. decode(byte[] data)decodes the given WSQ file with given data as byte array and returns aNistcontaining the decoded info.NistNistHandler. decode(File file)decodes the given WSQ file and returns aNistcontaining the decoded info.NistNistHandler. decode(InputStream inputStream)decodes the given NIST file with givenInputStreamand returns aNistcontaining the decoded info.NistNistHandler. decode(String fileName)decodes the NIST file with given file name and returns aNistcontaining the decoded info. -
Uses of Nist in org.jnbis.internal
Subclasses of Nist in org.jnbis.internal Modifier and Type Class Description classInternalNistMethods in org.jnbis.internal that return Nist Modifier and Type Method Description NistNistDecoder. decode(byte[] nist)
-