|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sap.ip.me.api.pios.scanner.ScannerData
public abstract class ScannerData
The ScannerData class represents the barcode data read by the scanner. It provides the user with methods to get the barcode symbology and and the scanned data bytes.
Symbology| Constructor Summary | |
|---|---|
protected |
ScannerData(Symbology symbology,
byte[] data)
Constructs a new ScannerData object given the symbology and the scanned data in an array of bytes. |
| Method Summary | |
|---|---|
abstract Symbology |
getSymbology()
Returns the symbology object for the scanned data. |
abstract byte[] |
toByteArray()
Returns the byte representation of the data. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected ScannerData(Symbology symbology,
byte[] data)
symbology - the symbology object of the scanned datadata - the byte array with the scanned dataSymbology| Method Detail |
|---|
public abstract Symbology getSymbology()
Symbologypublic abstract byte[] toByteArray()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||