Writes this binary table with heap temp file if necessary, then fixing nRows and PCOUNT in header, then if necessary copying heap file to destination stream.


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

Syntax

Visual Basic (Declaration)
Protected Sub WriteHeapOutputWithTempHeapFile( _ 
   ByVal s As ArrayDataIO _ 
)
C#
protected void WriteHeapOutputWithTempHeapFile(
   ArrayDataIO s
)
C++
protected:
 void WriteHeapOutputWithTempHeapFile(
   ArrayDataIO s
) sealed 
J#
protected void WriteHeapOutputWithTempHeapFile(
   ArrayDataIO s
)
JScript
protected  function WriteHeapOutputWithTempHeapFile(
   s : ArrayDataIO
)

Parameters

s
The destination stream.

See Also