Click or drag to resize
ByteStreamWrite Method

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

Original C# implementation

Namespace: VRage
Assembly: VRage.Library (in VRage.Library.dll) Version: 1.0.0.0
Syntax
C#
public override void Write(
	byte[] buffer,
	int offset,
	int count
)

Parameters

buffer
Type: SystemByte

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

offset
Type: SystemInt32

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

count
Type: SystemInt32

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

See Also