Click or drag to resize
MyCompressionStreamLoad Constructor

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

Initializes a new instance of the MyCompressionStreamLoad class

Namespace: VRage
Assembly: VRage.Library (in VRage.Library.dll) Version: 1.0.0.0
Syntax
C#
public MyCompressionStreamLoad(
	byte[] compressedData
)

Parameters

compressedData
Type: SystemByte

[Missing <param name="compressedData"/> documentation for "M:VRage.MyCompressionStreamLoad.#ctor(System.Byte[])"]

See Also