protected static class BinaryTable.ColumnDesc
extends java.lang.Object
implements java.lang.Cloneable
Modifier | Constructor and Description |
---|---|
protected |
ColumnDesc() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
java.lang.Class<?> |
getBase() |
int[] |
getDimens() |
java.lang.Object |
newInstance(int nRow) |
int |
rowLen() |
public java.lang.Object clone()
clone
in class java.lang.Object
public java.lang.Class<?> getBase()
public int[] getDimens()
public java.lang.Object newInstance(int nRow)
nRow
- the number of rows to allocate the array forpublic int rowLen()