Click or drag to resize

SStreamReader Constructor

[This is preliminary documentation and is subject to change.]

Overload List
  NameDescription
Public methodSStreamReader(Stream)
Initializes a new instance of the SStreamReader class
Public methodSStreamReader(String)
Initializes a new instance of the SStreamReader class
Public methodSStreamReader(Stream, Boolean)
Initializes a new instance of the SStreamReader class
Public methodSStreamReader(Stream, Encoding)
Initializes a new instance of the SStreamReader class
Public methodSStreamReader(String, Boolean)
Initializes a new instance of the SStreamReader class
Public methodSStreamReader(String, Encoding)
Initializes a new instance of the SStreamReader class
Public methodSStreamReader(Stream, Encoding, Boolean)
Initializes a new instance of the SStreamReader class
Public methodSStreamReader(String, Encoding, Boolean)
Initializes a new instance of the SStreamReader class
Public methodSStreamReader(Stream, Encoding, Boolean, Int32)
Initializes a new instance of the SStreamReader class
Public methodSStreamReader(String, Encoding, Boolean, Int32)
Initializes a new instance of the SStreamReader class
Public methodSStreamReader(Stream, Encoding, Boolean, Int32, Boolean)
Initializes a new instance of the SStreamReader class
Top
See Also