Get a stream from the file and then use the stream initialization.
Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
Visual Basic (Declaration) |
---|
Protected Overridable Sub FileInit( _ ByVal myFile As FileInfo, _ ByVal compressed As Boolean _ ) |
C# |
---|
protected virtual void FileInit( FileInfo myFile, bool compressed ) |
C++ |
---|
protected: virtual void FileInit( FileInfo myFile, bool compressed ) |
J# |
---|
protected virtual void FileInit( FileInfo myFile, bool compressed ) |
JScript |
---|
protected virtual
function FileInit( myFile : FileInfo, compressed : bool ) |
Parameters
- myFile
- The File to be associated.
- compressed
- Is the data compressed?