public class BarcodeReader
extends java.lang.Object
implements java.lang.AutoCloseable, java.io.Serializable
| Constructor and Description |
|---|
BarcodeReader()
Creates a new instance of the BarcodeReader class.
|
BarcodeReader(long handle)
Creates a new instance of the BarcodeReader class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Releases all resources used by this BarcodeReader.
|
boolean |
decode(byte[] data)
Attempts to decode a barcode from the provided raw image data.
|
protected void |
finalize()
Finalizer for this class.
|
long |
getHandle()
Gets the native handle.
|
byte[] |
getOutputData()
Gets the holds the decoded data extracted from the barcode.
|
public BarcodeReader()
throws BiosealException
BiosealException - An error has occurred during Bioseal Library execution.public BarcodeReader(long handle)
throws BiosealException
handle - Handle to the BarcodeReader.BiosealException - An error has occurred during Bioseal Library execution.public void close()
close in interface java.lang.AutoCloseableprotected void finalize()
finalize in class java.lang.Objectpublic long getHandle()
public byte[] getOutputData()
throws BiosealException
BiosealException - An error has occurred during Bioseal Library execution.public boolean decode(byte[] data)
throws BiosealException
data - An array of bytes representing the raw image data that contains the barcode to be decoded.BiosealException - An error has occurred during Bioseal Library execution.Copyright © 2020-2030, id3 Technologies. All rights reserved. eu.id3.bioseal