.NET Framework Class Library
StreamReader Constructor

Initializes a new instance of the StreamReader class for the specified stream.

Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkStreamReader(Stream)Initializes a new instance of the StreamReader class for the specified stream.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkStreamReader(String)Initializes a new instance of the StreamReader class for the specified file name.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkStreamReader(Stream, Boolean)Initializes a new instance of the StreamReader class for the specified stream, with the specified byte order mark detection option.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkStreamReader(Stream, Encoding)Initializes a new instance of the StreamReader class for the specified stream, with the specified character encoding.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkStreamReader(String, Boolean)Initializes a new instance of the StreamReader class for the specified file name, with the specified byte order mark detection option.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkStreamReader(String, Encoding)Initializes a new instance of the StreamReader class for the specified file name, with the specified character encoding.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkStreamReader(Stream, Encoding, Boolean)Initializes a new instance of the StreamReader class for the specified stream, with the specified character encoding and byte order mark detection option.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkStreamReader(String, Encoding, Boolean)Initializes a new instance of the StreamReader class for the specified file name, with the specified character encoding and byte order mark detection option.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkStreamReader(Stream, Encoding, Boolean, Int32)Initializes a new instance of the StreamReader class for the specified stream, with the specified character encoding, byte order mark detection option, and buffer size.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkStreamReader(String, Encoding, Boolean, Int32)Initializes a new instance of the StreamReader class for the specified file name, with the specified character encoding, byte order mark detection option, and buffer size.
Top
See Also

Reference

Tags :


Page view tracker