Click or drag to resize
MyCompressionStreamLoadGetBytes Method

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:VRage.MyCompressionStreamLoad.GetBytes(System.Int32,System.Byte[])"]

Namespace: VRage
Assembly: VRage.Library (in VRage.Library.dll) Version: 1.0.0.0
Syntax
C#
public int GetBytes(
	int bytes,
	byte[] output
)

Parameters

bytes
Type: SystemInt32

[Missing <param name="bytes"/> documentation for "M:VRage.MyCompressionStreamLoad.GetBytes(System.Int32,System.Byte[])"]

output
Type: SystemByte

[Missing <param name="output"/> documentation for "M:VRage.MyCompressionStreamLoad.GetBytes(System.Int32,System.Byte[])"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:VRage.MyCompressionStreamLoad.GetBytes(System.Int32,System.Byte[])"]

Implements

IMyCompressionLoadGetBytes(Int32, Byte)
See Also