com.onlineobject.objectnet Namespace

IDataStream..::..Read<(Of <(<'T>)>)> Method (Boolean)

Reads data of a generic type from the stream.

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

Syntax


T Read<T>(

	bool rewind

)

Type Parameters

T
The type of data to read.

Parameters

rewind
Type: Boolean
Whether to rewind the stream after reading.

Return Value

The data read from the stream.