Skip the Data object for this HDU.
Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Sub SkipData( _ ByVal stream As ArrayDataIO _ ) |
C# |
---|
public virtual void SkipData( ArrayDataIO stream ) |
C++ |
---|
public: virtual void SkipData( ArrayDataIO stream ) |
J# |
---|
public virtual void SkipData( ArrayDataIO stream ) |
JScript |
---|
public virtual
function SkipData( stream : ArrayDataIO ) |
Parameters
- stream
- the stream which contains the data.
Exceptions
Exception Type | Condition |
---|---|
IOException | IOException if the Data object could not be skipped. |