[]
Initializes a new instance of the GcBinaryReader class.
public GcBinaryReader(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 GcBinaryReader object is disposed; otherwise, false. |