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 );
BinaryWriter Class | BinaryWriter Members | System.IO Namespace | BinaryWriter Constructor Overload List