Click or drag to resize

BitStreamRead Method

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

Read a subset of the stream buffer and write the contents to the supplied buffer.

Namespace:  MLAPI.Serialization
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public override int Read(
	byte[] buffer,
	int offset,
	int count
)
Request Example View Source

Parameters

buffer
Type: SystemByte
Buffer to copy data to.
offset
Type: SystemInt32
Offset into the buffer to write data to.
count
Type: SystemInt32
How many bytes to attempt to read.

Return Value

Type: Int32
Amount of bytes read.
See Also