Space Engineers
|
Public Member Functions | |
int | GetInt32 () |
byte | GetByte () |
int | GetBytes (int bytes, byte[] output) |
bool | EndOfFile () |
Definition at line 6 of file IMyCompressionLoad.cs.
bool VRage.IMyCompressionLoad.EndOfFile | ( | ) |
Implemented in VRage.MyCompressionFileLoad, and VRage.MyCompressionStreamLoad.
byte VRage.IMyCompressionLoad.GetByte | ( | ) |
Implemented in VRage.MyCompressionFileLoad, and VRage.MyCompressionStreamLoad.
int VRage.IMyCompressionLoad.GetBytes | ( | int | bytes, |
byte[] | output | ||
) |
Implemented in VRage.MyCompressionFileLoad, and VRage.MyCompressionStreamLoad.
int VRage.IMyCompressionLoad.GetInt32 | ( | ) |
Implemented in VRage.MyCompressionFileLoad, and VRage.MyCompressionStreamLoad.