com.onlineobject.objectnet Namespace

DataHandler<(Of <(<'T>)>)>..::..Read Method (array<Byte>[]()[][], Int32%)

Reads data of type T from a buffer at a specified offset.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public virtual T Read(

	byte[] buffer,

	ref int offset

)

Parameters

buffer
Type: array<Byte>[]()[][]
The buffer to read the data from.
offset
Type: Int32%
The offset in the buffer at which to start reading.

Return Value

The data read from the buffer.