Click or drag to resize
ByteStream Constructor (Byte, Int32)

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

Creates and initializes resetable Stream

Namespace: VRage
Assembly: VRage.Library (in VRage.Library.dll) Version: 1.0.0.0
Syntax
C#
public ByteStream(
	byte[] newBaseArray,
	int length
)

Parameters

newBaseArray
Type: SystemByte

[Missing <param name="newBaseArray"/> documentation for "M:VRage.ByteStream.#ctor(System.Byte[],System.Int32)"]

length
Type: SystemInt32

[Missing <param name="length"/> documentation for "M:VRage.ByteStream.#ctor(System.Byte[],System.Int32)"]

See Also