Constructor

ArrowBufferOutputStreamnew

Declaration [src]

GArrowBufferOutputStream*
garrow_buffer_output_stream_new (
  GArrowResizableBuffer* buffer
)

Description

No description available.

Parameters

buffer

Type: GArrowResizableBuffer

The resizable buffer to be output.

The data is owned by the caller of the function.

Return value

Type: GArrowBufferOutputStream

A newly created GArrowBufferOutputStream.

The caller of the function takes ownership of the data, and is responsible for freeing it.