Click or drag to resize
ResetableMemoryStreamRead 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 int Read(
	byte[] buffer,
	int offset,
	int count
)

Parameters

buffer
Type: SystemByte

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

offset
Type: SystemInt32

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

count
Type: SystemInt32

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

Return Value

Type: Int32

[Missing <returns> documentation for "M:VRage.ResetableMemoryStream.Read(System.Byte[],System.Int32,System.Int32)"]

See Also