Package nom.tam.fits

Class BinaryTable.ColumnDesc

java.lang.Object
nom.tam.fits.BinaryTable.ColumnDesc
All Implemented Interfaces:
Cloneable
Enclosing class:
BinaryTable

protected static class BinaryTable.ColumnDesc extends Object implements Cloneable
Collect all of the information we are using to describe a column into a single object.
  • Constructor Details

    • ColumnDesc

      protected ColumnDesc()
  • Method Details

    • clone

      public Object clone()
      Overrides:
      clone in class Object
    • getBase

      public Class<?> getBase()
    • getDimens

      public int[] getDimens()
    • newInstance

      public 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()