public static class NIVision.ReadTextReport2 extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
NIVision.CharReport2[] |
characterReport |
java.lang.String |
readString |
Modifier | Constructor and Description |
---|---|
|
ReadTextReport2() |
protected |
ReadTextReport2(java.nio.ByteBuffer backing,
int offset) |
protected |
ReadTextReport2(long nativeObj,
boolean owned) |
|
ReadTextReport2(java.lang.String readString,
NIVision.CharReport2[] characterReport) |
Modifier and Type | Method and Description |
---|---|
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
public java.lang.String readString
public NIVision.CharReport2[] characterReport
public ReadTextReport2()
public ReadTextReport2(java.lang.String readString, NIVision.CharReport2[] characterReport)
protected ReadTextReport2(java.nio.ByteBuffer backing, int offset)
protected ReadTextReport2(long nativeObj, boolean owned)