Skip the Data object immediately after the given Header object on the given stream object.


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

Syntax

Visual Basic (Declaration)
Public Shared Sub SkipData( _ 
   ByVal stream As ArrayDataIO,  _ 
   ByVal hdr As Header _ 
)
C#
public static void SkipData(
   ArrayDataIO stream,
   Header hdr
)
C++
public:
 static void SkipData(
   ArrayDataIO stream,
   Header hdr
)
J#
public static void SkipData(
   ArrayDataIO stream,
   Header hdr
)
JScript
public static  function SkipData(
   stream : ArrayDataIO,
   hdr : Header
)

Parameters

stream
the stream which contains the data.
hdr
template indicating length of Data section

Exceptions

Exception TypeCondition
IOException IOException if the Data object could not be skipped.

See Also