Create a Fits object associated with the given uncompressed data stream.
Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Sub New( _ ByVal str As Stream _ ) |
| C# |
|---|
| public Fits( Stream str ) |
| C++ |
|---|
| public: Fits( Stream str ) sealed |
| J# |
|---|
| public Fits( Stream str ) |
| JScript |
|---|
| public function Fits( str : Stream ) |
Parameters
- str
- The data stream.