Skip the ASCII table and throw an exception.
Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overrides Sub ReadData( _ ByVal stream As ArrayDataIO _ ) |
C# |
---|
public override void ReadData( ArrayDataIO stream ) |
C++ |
---|
public: virtual void ReadData( ArrayDataIO stream ) override |
J# |
---|
public override void ReadData( ArrayDataIO stream ) |
JScript |
---|
public override
function ReadData( stream : ArrayDataIO ) |
Parameters
- stream
- the stream from which the data is read.