Writes this binary table in one pass, then seeks back to fix NAXIS2. Requires s to be seekable and either no strings or truncated string output.


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

Syntax

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

Parameters

s
The destination stream.

See Also