Uses of Class
org.jnbis.api.handler.BitmapHandler
-
Packages that use BitmapHandler Package Description org.jnbis.api.handler -
-
Uses of BitmapHandler in org.jnbis.api.handler
Methods in org.jnbis.api.handler that return BitmapHandler Modifier and Type Method Description BitmapHandlerWsqHandler. decode(byte[] data)decodes the given WSQ file with given data as byte array and returns aBitmapHandlercontaining the decoded info.BitmapHandlerWsqHandler. decode(File file)decodes the given WSQ file and returns aBitmapHandlercontaining the decoded info.BitmapHandlerWsqHandler. decode(InputStream inputStream)decodes the given WSQ image with givenInputStreamand returns aBitmapHandlercontaining the decoded info.BitmapHandlerWsqHandler. decode(String fileName)decodes the WSQ image with given file name and returns aBitmapHandlercontaining the decoded info.
-