Constructor
ArrowBufferOutputStreamnew
Declaration [src]
GArrowBufferOutputStream*
garrow_buffer_output_stream_new (
GArrowResizableBuffer* buffer
)
Parameters
buffer |
GArrowResizableBuffer |
The resizable buffer to be output. |
|
The data is owned by the caller of the function. |
Return value
Returns: | GArrowBufferOutputStream |
A newly created |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |