Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
To obtain input barcode data and its symbology, getCodeText and getCodeType methods of class BarCodeResult can be used. The other method called getCodeTypeName returns the text name of the barcode type.
It is possible to load barcode data as a byte stream using a special method of class BarCodeResult that is called getCodeBytes.
For barcodes in which the barcode data is encoded in a Unicode encoding, the library provides the getCodeText method that can be used to enable the required encoding in the following format: getCodeText(java.nio.charset.Charset encoding).
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.