Package nom.tam.fits
Class BinaryTable.ColumnDesc
- java.lang.Object
-
- nom.tam.fits.BinaryTable.ColumnDesc
-
- All Implemented Interfaces:
java.lang.Cloneable
- Enclosing class:
- BinaryTable
protected static class BinaryTable.ColumnDesc extends java.lang.Object implements java.lang.Cloneable
Collect all of the information we are using to describe a column into a single object.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ColumnDesc()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
clone()
java.lang.Class<?>
getBase()
int[]
getDimens()
java.lang.Object
newInstance(int nRow)
int
rowLen()
-
-
-
Method Detail
-
clone
public java.lang.Object clone()
- Overrides:
clone
in classjava.lang.Object
-
getBase
public java.lang.Class<?> getBase()
-
getDimens
public int[] getDimens()
-
newInstance
public java.lang.Object newInstance(int nRow)
- Parameters:
nRow
- the number of rows to allocate the array for- Returns:
- new instance of the array with space for the specified number of rows.
-
rowLen
public int rowLen()
-
-