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 merging heap with table data if necessary and copying these to destination stream.
Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
Visual Basic (Declaration) |
---|
Protected Sub WritePadOutput( _ ByVal s As ArrayDataIO _ ) |
C# |
---|
protected void WritePadOutput( ArrayDataIO s ) |
C++ |
---|
protected: void WritePadOutput( ArrayDataIO s ) sealed |
J# |
---|
protected void WritePadOutput( ArrayDataIO s ) |
JScript |
---|
protected
function WritePadOutput( s : ArrayDataIO ) |
Parameters
- s
- The destination stream.