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:
