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
public abstract class AbstractTableData extends Data implements TableData
Just an abstract class to reuse the myData in all subclasses of the HDU's.- Author:
- Richard van Nieuwenhoven
-
-
Field Summary
-
Fields inherited from class nom.tam.fits.Data
dataSize, fileOffset, input
-
-
Constructor Summary
Constructors Constructor Description AbstractTableData()
-
Method Summary
-
Methods inherited from class nom.tam.fits.Data
getData, getFileOffset, getKernel, getSize, read, reset, rewrite, rewriteable, setFileOffset, write
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface nom.tam.fits.TableData
addColumn, addRow, deleteColumns, deleteRows, getColumn, getElement, getNCols, getNRows, getRow, setColumn, setElement, setRow, updateAfterDelete
-
-