Identical to System.IO.BinaryReader, but with added IDisposable methods (for use in using structures), and a factory method instead of constructors.
More...
Identical to System.IO.BinaryReader, but with added IDisposable methods (for use in using structures), and a factory method instead of constructors.
void KSP.IO.BinaryReader.Close |
( |
| ) |
|
|
inline |
static BinaryReader KSP.IO.BinaryReader.CreateForType< T > |
( |
string |
filename, |
|
|
Vessel |
flight = null |
|
) |
| |
|
inlinestatic |
Create a binary reader with the desired filename.
- Template Parameters
-
T | The plugin type for which it is being initialized |
- Parameters
-
- Returns
- returns a PluginConfiguration object
void KSP.IO.BinaryReader.Dispose |
( |
| ) |
|
|
inline |
int KSP.IO.BinaryReader.PeekChar |
( |
| ) |
|
|
inline |
int KSP.IO.BinaryReader.Read |
( |
byte[] |
buffer, |
|
|
int |
index, |
|
|
int |
count |
|
) |
| |
|
inline |
int KSP.IO.BinaryReader.Read |
( |
| ) |
|
|
inline |
int KSP.IO.BinaryReader.Read |
( |
char[] |
buffer, |
|
|
int |
index, |
|
|
int |
count |
|
) |
| |
|
inline |
bool KSP.IO.BinaryReader.ReadBoolean |
( |
| ) |
|
|
inline |
byte KSP.IO.BinaryReader.ReadByte |
( |
| ) |
|
|
inline |
byte [] KSP.IO.BinaryReader.ReadBytes |
( |
int |
count | ) |
|
|
inline |
char KSP.IO.BinaryReader.ReadChar |
( |
| ) |
|
|
inline |
char [] KSP.IO.BinaryReader.ReadChars |
( |
int |
count | ) |
|
|
inline |
decimal KSP.IO.BinaryReader.ReadDecimal |
( |
| ) |
|
|
inline |
double KSP.IO.BinaryReader.ReadDouble |
( |
| ) |
|
|
inline |
short KSP.IO.BinaryReader.ReadInt16 |
( |
| ) |
|
|
inline |
int KSP.IO.BinaryReader.ReadInt32 |
( |
| ) |
|
|
inline |
long KSP.IO.BinaryReader.ReadInt64 |
( |
| ) |
|
|
inline |
sbyte KSP.IO.BinaryReader.ReadSByte |
( |
| ) |
|
|
inline |
float KSP.IO.BinaryReader.ReadSingle |
( |
| ) |
|
|
inline |
string KSP.IO.BinaryReader.ReadString |
( |
| ) |
|
|
inline |
ushort KSP.IO.BinaryReader.ReadUInt16 |
( |
| ) |
|
|
inline |
uint KSP.IO.BinaryReader.ReadUInt32 |
( |
| ) |
|
|
inline |
ulong KSP.IO.BinaryReader.ReadUInt64 |
( |
| ) |
|
|
inline |
Stream KSP.IO.BinaryReader.BaseStream |
|
get |
The documentation for this class was generated from the following file: