com.onlineobject.objectnet Namespace

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

Allocates a buffer using an existing byte array.

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

Syntax


public void Allocate(

	byte[] buffer

)

Parameters

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