Do the stream initialization.
Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
Visual Basic (Declaration) |
---|
Protected Overridable Sub StreamInit( _ ByVal str As Stream, _ ByVal compressed As Boolean, _ ByVal seekable As Boolean _ ) |
C# |
---|
protected virtual void StreamInit( Stream str, bool compressed, bool seekable ) |
C++ |
---|
protected: virtual void StreamInit( Stream str, bool compressed, bool seekable ) |
J# |
---|
protected virtual void StreamInit( Stream str, bool compressed, bool seekable ) |
JScript |
---|
protected virtual
function StreamInit( str : Stream, compressed : bool, seekable : bool ) |
Parameters
- str
- The input stream.
- compressed
- Is this data compressed? If so, then the GZIPInputStream class will be used to inflate it.
- seekable