Sandboxed version of TextReader class from System.IO.
More...
Sandboxed version of TextReader class from System.IO.
| void KSP.IO.TextReader.Close |
( |
| ) |
|
|
inline |
| static TextReader KSP.IO.TextReader.CreateForType< T > |
( |
string |
filename, |
|
|
Vessel |
flight = null |
|
) |
| |
|
inlinestatic |
Create a text reader stream.
- Template Parameters
-
| T | The plugin type for which it is being initialized |
- Parameters
-
- Returns
- returns a PluginConfiguration object
| void KSP.IO.TextReader.DiscardBufferedData |
( |
| ) |
|
|
inline |
| void KSP.IO.TextReader.Dispose |
( |
| ) |
|
|
inline |
| int KSP.IO.TextReader.Peek |
( |
| ) |
|
|
inline |
| int KSP.IO.TextReader.Read |
( |
| ) |
|
|
inline |
| int KSP.IO.TextReader.Read |
( |
char[] |
buffer, |
|
|
int |
index, |
|
|
int |
count |
|
) |
| |
|
inline |
| string KSP.IO.TextReader.ReadLine |
( |
| ) |
|
|
inline |
| string KSP.IO.TextReader.ReadToEnd |
( |
| ) |
|
|
inline |
| Stream KSP.IO.TextReader.BaseStream |
|
get |
| Encoding KSP.IO.TextReader.CurrentEncoding |
|
get |
| bool KSP.IO.TextReader.EndOfStream |
|
get |
The documentation for this class was generated from the following file: