BinaryReader Constructor (Stream, Encoding)
.NET Framework (current version)
Initializes a new instance of the BinaryReader class based on the specified stream and character encoding.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- input
-
Type:
System.IO.Stream
The input stream.
- encoding
-
Type:
System.Text.Encoding
The character encoding to use.
| Exception | Condition |
|---|---|
| ArgumentException | The stream does not support reading, is null, or is already closed. |
| ArgumentNullException | encoding is null. |
For a list of common I/O tasks, see Common I-O Tasks.
Universal Windows Platform
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Show: