Constructor initializing stream of given buffer length
Namespace: nom.tam.util
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Sub New( _ ByVal s As Stream, _ ByVal bufLength As Integer _ ) |
| C# |
|---|
| public BufferedDataStream( Stream s, int bufLength ) |
| C++ |
|---|
| public: BufferedDataStream( Stream s, int bufLength ) sealed |
| J# |
|---|
| public BufferedDataStream( Stream s, int bufLength ) |
| JScript |
|---|
| public function BufferedDataStream( s : Stream, bufLength : int ) |
Parameters
- s
- bufLength