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