public static class NIVision.ReadTextReport extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
NIVision.CharReport[] |
characterReport |
java.lang.String |
readString |
Modifier | Constructor and Description |
---|---|
|
ReadTextReport() |
protected |
ReadTextReport(java.nio.ByteBuffer backing,
int offset) |
protected |
ReadTextReport(long nativeObj,
boolean owned) |
|
ReadTextReport(java.lang.String readString,
NIVision.CharReport[] 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.CharReport[] characterReport
public ReadTextReport()
public ReadTextReport(java.lang.String readString, NIVision.CharReport[] characterReport)
protected ReadTextReport(java.nio.ByteBuffer backing, int offset)
protected ReadTextReport(long nativeObj, boolean owned)