FDO API Reference Feature Data Objects

static FDO_API_COMMON FdoIoMemoryStream* FdoIoMemoryStream::Create FdoSize  bufferSize = 4096  )  [static]
 

creates the memory stream. The stream manages its own storage.

Parameters:
bufferSize Input memory allocation increment. Amount of new memory to allocated when the stream needs more memory.
Returns:
Returns the created memory stream.

Comments or suggestions? Send us feedback.