Identical to System.IO.TextReader, but with added IDisposable methods (for use in using() statements), and a factory method instead of constructors.
More...
Identical to System.IO.TextReader, but with added IDisposable methods (for use in using() statements), and a factory method instead of constructors.
void KSP.IO.TextReader.Close |
( |
| ) |
|
static TextReader KSP.IO.TextReader.CreateForType< T > |
( |
string |
filename, |
|
|
Vessel |
flight = null |
|
) |
| |
|
static |
Create a text reader stream.
- Template Parameters
-
- Parameters
-
- Returns
void KSP.IO.TextReader.DiscardBufferedData |
( |
| ) |
|
void KSP.IO.TextReader.Dispose |
( |
| ) |
|
int KSP.IO.TextReader.Peek |
( |
| ) |
|
int KSP.IO.TextReader.Read |
( |
| ) |
|
int KSP.IO.TextReader.Read |
( |
char[] |
buffer, |
|
|
int |
index, |
|
|
int |
count |
|
) |
| |
string KSP.IO.TextReader.ReadLine |
( |
| ) |
|
string KSP.IO.TextReader.ReadToEnd |
( |
| ) |
|
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: