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.CloneableCollect all of the information we are using to describe a column into a single object.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedColumnDesc()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectclone()java.lang.Class<?>getBase()int[]getDimens()java.lang.ObjectnewInstance(int nRow)introwLen()
-
-
-
Method Detail
-
clone
public java.lang.Object clone()
- Overrides:
clonein 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()
-
-