Space Engineers
Public Member Functions | List of all members
VRage.MyCompressionStreamLoad Class Reference
Inheritance diagram for VRage.MyCompressionStreamLoad:
VRage.IMyCompressionLoad

Public Member Functions

 MyCompressionStreamLoad (byte[] compressedData)
 
int GetInt32 ()
 
byte GetByte ()
 
int GetBytes (int bytes, byte[] output)
 
bool EndOfFile ()
 

Detailed Description

Definition at line 8 of file MyCompressionStreamLoad.cs.

Constructor & Destructor Documentation

VRage.MyCompressionStreamLoad.MyCompressionStreamLoad ( byte[]  compressedData)
inline

Definition at line 20 of file MyCompressionStreamLoad.cs.

Member Function Documentation

bool VRage.MyCompressionStreamLoad.EndOfFile ( )
inline

Implements VRage.IMyCompressionLoad.

Definition at line 80 of file MyCompressionStreamLoad.cs.

byte VRage.MyCompressionStreamLoad.GetByte ( )
inline

Implements VRage.IMyCompressionLoad.

Definition at line 57 of file MyCompressionStreamLoad.cs.

int VRage.MyCompressionStreamLoad.GetBytes ( int  bytes,
byte[]  output 
)
inline

Implements VRage.IMyCompressionLoad.

Definition at line 69 of file MyCompressionStreamLoad.cs.

int VRage.MyCompressionStreamLoad.GetInt32 ( )
inline

Implements VRage.IMyCompressionLoad.

Definition at line 44 of file MyCompressionStreamLoad.cs.


The documentation for this class was generated from the following file: