NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

BinaryWriter Constructor (Stream)

Creates a new instance of the BinaryWriter class based on the supplied stream and using that stream's encoding.

[Visual Basic]
Overloads Public Sub New( _
   ByVal output As Stream _
)
[C#]
public BinaryWriter(
   Stream output
);
[C++]
public: BinaryWriter(
   Stream* output
);
[JScript]
public function BinaryWriter(
   output : Stream
);

Parameters

output
The output stream.

See Also

BinaryWriter Class | BinaryWriter Members | System.IO Namespace | BinaryWriter Constructor Overload List