Writes this binary table with data first going to a temp file (and heap file if necessary), then with header going to destination stream, then copying data from temp file to destination stream, 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 WriteHeapOutputWithTempTableAndHeapFiles( _ 
   ByVal s As ArrayDataIO _ 
)
C#
protected void WriteHeapOutputWithTempTableAndHeapFiles(
   ArrayDataIO s
)
C++
protected:
 void WriteHeapOutputWithTempTableAndHeapFiles(
   ArrayDataIO s
) sealed 
J#
protected void WriteHeapOutputWithTempTableAndHeapFiles(
   ArrayDataIO s
)
JScript
protected  function WriteHeapOutputWithTempTableAndHeapFiles(
   s : ArrayDataIO
)

Parameters

s
The destination stream.

See Also