com.onlineobject.objectnet Namespace

DataStream Constructor (array<Byte>[]()[][])

Initializes a new instance of the DataStream class with a specified buffer.

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

Syntax


public DataStream(

	byte[] buffer

)

Parameters

buffer
Type: array<Byte>[]()[][]
The buffer to use for the data stream.