public static class NIVision.Barcode2DInfo extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
int |
binary |
NIVision.PointFloat[] |
boundingBox |
int |
columns |
byte[] |
data |
private java.nio.ByteBuffer |
data_buf |
int |
numErasuresCorrected |
int |
numErrorsCorrected |
int |
rows |
NIVision.Barcode2DType |
type |
backing| Modifier | Constructor and Description |
|---|---|
|
Barcode2DInfo() |
protected |
Barcode2DInfo(java.nio.ByteBuffer backing,
int offset) |
protected |
Barcode2DInfo(long nativeObj,
boolean owned) |
|
Barcode2DInfo(NIVision.Barcode2DType type,
int binary,
byte[] data,
NIVision.PointFloat[] boundingBox,
int numErrorsCorrected,
int numErasuresCorrected,
int rows,
int columns) |
| Modifier and Type | Method and Description |
|---|---|
private void |
init() |
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
finalize, free, getAddress, setBufferpublic NIVision.Barcode2DType type
public int binary
public byte[] data
public NIVision.PointFloat[] boundingBox
public int numErrorsCorrected
public int numErasuresCorrected
public int rows
public int columns
private java.nio.ByteBuffer data_buf
public Barcode2DInfo()
public Barcode2DInfo(NIVision.Barcode2DType type, int binary, byte[] data, NIVision.PointFloat[] boundingBox, int numErrorsCorrected, int numErasuresCorrected, int rows, int columns)
protected Barcode2DInfo(java.nio.ByteBuffer backing,
int offset)
protected Barcode2DInfo(long nativeObj,
boolean owned)
private void init()
protected void setBuffer(java.nio.ByteBuffer backing,
int offset)
public void read()
read in class NIVision.DisposedStructpublic void write()
write in class NIVision.DisposedStructpublic int size()
size in class NIVision.DisposedStruct