Click or drag to resize

SStreamReader Class

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

[Missing <summary> documentation for "T:Monkeyspeak.SStreamReader"]

Inheritance Hierarchy

Namespace:  Monkeyspeak
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
[SerializableAttribute]
public class SStreamReader : StreamReader

The SStreamReader type exposes the following members.

Constructors
  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
Properties
  NameDescription
Public propertyPosition
Use this property for get and set real position in file. Position in BaseStream can be not right.
Top
Methods
Extension Methods
See Also