Package nom.tam.fits

Class 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()  
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ColumnDesc

        protected ColumnDesc()
    • Method Detail

      • clone

        public java.lang.Object clone()
        Overrides:
        clone in class java.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()