![]() | SStreamReader Class |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:Monkeyspeak.SStreamReader"]
Namespace: Monkeyspeak
The SStreamReader type exposes the following members.
Name | Description | |
---|---|---|
![]() | SStreamReader(Stream) | Initializes a new instance of the SStreamReader class |
![]() | SStreamReader(String) | Initializes a new instance of the SStreamReader class |
![]() | SStreamReader(Stream, Boolean) | Initializes a new instance of the SStreamReader class |
![]() | SStreamReader(Stream, Encoding) | Initializes a new instance of the SStreamReader class |
![]() | SStreamReader(String, Boolean) | Initializes a new instance of the SStreamReader class |
![]() | SStreamReader(String, Encoding) | Initializes a new instance of the SStreamReader class |
![]() | SStreamReader(Stream, Encoding, Boolean) | Initializes a new instance of the SStreamReader class |
![]() | SStreamReader(String, Encoding, Boolean) | Initializes a new instance of the SStreamReader class |
![]() | SStreamReader(Stream, Encoding, Boolean, Int32) | Initializes a new instance of the SStreamReader class |
![]() | SStreamReader(String, Encoding, Boolean, Int32) | Initializes a new instance of the SStreamReader class |
![]() | SStreamReader(Stream, Encoding, Boolean, Int32, Boolean) | Initializes a new instance of the SStreamReader class |
Name | Description | |
---|---|---|
![]() | Position |
Use this property for get and set real position in file.
Position in BaseStream can be not right.
|
Name | Description | |
---|---|---|
![]() | IsPreamble |
Encoding can really haven't preamble
|
![]() | Read | (Overrides StreamReaderRead.) |
![]() | ReadLine | (Overrides StreamReaderReadLine.) |
Name | Description | |
---|---|---|
![]() | AsT | (Defined by ObjectExtensions.) |