Package nom.tam.fits
Class AbstractTableData
java.lang.Object
nom.tam.fits.Data
nom.tam.fits.AbstractTableData
- All Implemented Interfaces:
FitsElement,TableData
- Direct Known Subclasses:
AsciiTable,BinaryTable
Deprecated.
Just an abstract class to reuse the myData in all subclasses of the HDU's.
- Author:
- Richard van Nieuwenhoven
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class nom.tam.fits.Data
calcChecksum, detach, getData, getFileOffset, getKernel, getSize, isDeferred, isEmpty, read, reset, rewrite, rewriteable, toHDU, writeMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface nom.tam.fits.TableData
addColumn, addRow, addRowEntries, deleteColumns, deleteRows, getColumn, getElement, getNCols, getNRows, getRow, setColumn, setElement, setRow, setRowEntries, updateAfterDelete
-
Constructor Details
-
AbstractTableData
public AbstractTableData()Deprecated.
-
AsciiTableextendDataand implementTableDatainstead.