Click or drag to resize
MyCompressionCompress Method

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

[Missing <summary> documentation for "M:VRage.MyCompression.Compress(System.Byte[])"]

Namespace: VRage
Assembly: VRage.Library (in VRage.Library.dll) Version: 1.0.0.0
Syntax
C#
public static byte[] Compress(
	byte[] buffer
)

Parameters

buffer
Type: SystemByte

[Missing <param name="buffer"/> documentation for "M:VRage.MyCompression.Compress(System.Byte[])"]

Return Value

Type: Byte

[Missing <returns> documentation for "M:VRage.MyCompression.Compress(System.Byte[])"]

See Also