com.onlineobject.objectnet Namespace

IDataStream..::..Allocate Method (array<Byte>[]()[][])

Allocates a buffer using the provided byte array for the data stream.

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

Syntax


void Allocate(

	byte[] buffer

)

Parameters

buffer
Type: array<Byte>[]()[][]
The byte array to use as the buffer.