Read the next HDU on the default input stream.


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

Syntax

Visual Basic (Declaration)
Public Overridable Function ReadHDU() As BasicHDU
C#
public virtual BasicHDU ReadHDU()
C++
public:
 virtual BasicHDU ReadHDU()
J#
public virtual BasicHDU ReadHDU()
JScript
public virtual  function ReadHDU() : BasicHDU

Return Value

The HDU read, or null if an EOF was detected. Note that null is only returned when the EOF is detected immediately at the beginning of reading the HDU.

See Also