com.datalogic.decode.DecodeResult |
DecodeResult
is an interface passed by
onRead(DecodeResult)
to retrieve scanned data from the
decoder.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the
BarcodeID of the read data. | |||||||||||
Returns the crop of the decoded data in case this has been enabled in the
DecodeResultCrop class. | |||||||||||
Returns the raw decoded data result from scanner as a byte array.
| |||||||||||
Returns the decoded result as a formatted String.
|
Returns the crop of the decoded data in case this has been enabled in the
DecodeResultCrop
class.
Bitmap
representing the crop if available, null otherwise.
Returns the raw decoded data result from scanner as a byte array.
byte[]
the resultant array containing the raw information
directly read from the scanner.
Returns the decoded result as a formatted String.
String
representing the decoded result.