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

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

Create non-resetable Stream, optionally expandable

Namespace: VRage
Assembly: VRage.Library (in VRage.Library.dll) Version: 1.0.0.0
Syntax
C#
public ByteStream(
	int capacity,
	bool expandable = true
)

Parameters

capacity
Type: SystemInt32

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

expandable (Optional)
Type: SystemBoolean

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

See Also