Write the current header (including any needed padding) to the output stream.


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

Syntax

Visual Basic (Declaration)
Public Sub Write( _ 
   ByVal dos As ArrayDataIO _ 
) _
    Implements FitsElement.Write
C#
public void Write(
   ArrayDataIO dos
)
C++
public:
 void Write(
   ArrayDataIO dos
) sealed 
J#
public void Write(
   ArrayDataIO dos
)
JScript
public  function Write(
   dos : ArrayDataIO
)

Parameters

dos
The output stream to which the data is to be written.

Implements

FitsElement.Write

Exceptions

Exception TypeCondition
FitsExceptionFitsException if the header could not be written.

See Also