| Constructors: NewBinaryWriter |
Returns a new BinaryWriter used to write to a Stream object.
Public Function NewBinaryWriter( ByVal Stream As Stream, Optional ByVal Encoding As Encoding ) As BinaryWriter
The Stream object must support writing.
If no Encoding object is supplied, then an encoding of Cor.NewUTF8Encoding(False, True) is used.
Project VBCorLib Overview Class Constructors Overview Constructors Properties Constructors Methods NewBinaryReader NewBitArray