[]
Initializes a new instance of the GcBinaryWriter class.
public GcBinaryWriter(Stream baseStream, Encoding encoding, bool leaveOpen)
Public Sub New(baseStream As Stream, encoding As Encoding, leaveOpen As Boolean)
Type | Name | Description |
---|---|---|
Stream | baseStream | The underlying Stream object. |
Encoding | encoding | The encoding used for strings. |
bool | leaveOpen | true to leave the stream open after the GcBinaryWriter object is disposed; otherwise, false. |