The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
BinaryReader Constructor
.NET Framework (current version)
Initializes a new instance of the BinaryReader class.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | BinaryReader(Stream^) | Initializes a new instance of the BinaryReader class based on the specified stream and using UTF-8 encoding. |
![]() | BinaryReader(Stream^, Encoding^) | Initializes a new instance of the BinaryReader class based on the specified stream and character encoding. |
![]() | BinaryReader(Stream^, Encoding^, Boolean) | Initializes a new instance of the BinaryReader class based on the specified stream and character encoding, and optionally leaves the stream open. |
Show:
