public abstract static class DBFReaderJGeom.RecordColumn
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected byte[] |
columnName |
protected java.util.Vector |
values |
Constructor and Description |
---|
RecordColumn(byte[] name) |
Modifier and Type | Method and Description |
---|---|
void |
addValue(byte[] v) |
int |
getDecimalDigits() |
int |
getLength() |
byte[] |
getName() |
int |
getNumValues() |
byte |
getType() |
byte[] |
getValue(int num) |