Read in the Data object for this HDU.


Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)

Syntax

Visual Basic (Declaration)
Public Overridable Sub ReadData( _ 
   ByVal stream As ArrayDataIO _ 
)
C#
public virtual void ReadData(
   ArrayDataIO stream
)
C++
public:
 virtual void ReadData(
   ArrayDataIO stream
)
J#
public virtual void ReadData(
   ArrayDataIO stream
)
JScript
public virtual  function ReadData(
   stream : ArrayDataIO
)

Parameters

stream
the stream from which the data is read.

Exceptions

Exception TypeCondition
FitsException FitsException if the Data object could not be created from this HDU's Header

See Also