BSKStream* BSKStreamOpenBuffer( BSKCHAR** bufPtr );Inputs:
Description: Creates a new stream using the given pointer as the buffer. If the stream is writeable, writes will reallocate the given buffer to fit the written data.
Return to the API
Return to the function listing