An NDoc Documented Class Library

BufferProvider.GetBuffer Method 

Returs a buffer with a size between size and size*1.5. If currently no such buffer is available, a new buffer is allocated.

public static byte[] GetBuffer(
   long size
);

Parameters

size
The required size of the buffer.

Return Value

The new buffer

See Also

BufferProvider Class | InfiniTec.SystemUtilities Namespace