Class TableHDUDataNode

All Implemented Interfaces:
DataNode

public class TableHDUDataNode extends HDUDataNode
An implementation of the DataNode interface for representing binary or ASCII tables in FITS HDUs.
Version:
$Id$
Author:
Mark Taylor (Starlink)
  • Constructor Details

    • TableHDUDataNode

      public TableHDUDataNode(nom.tam.fits.Header header, FITSDataNode.ArrayDataMaker hdudata) throws NoSuchDataException
      Initialises a TableHDUDataNode from an Header object. The stream is read to the end of the HDU.
      Parameters:
      header - a FITS header object from which the node is to be created
      hdudata - object which can supply the data stream where the data resides
      Throws:
      NoSuchDataException
  • Method Details