Constructor
ArrowBufferInputStreamnew
Declaration [src]
GArrowBufferInputStream*
garrow_buffer_input_stream_new (
GArrowBuffer* buffer
)
Parameters
buffer |
GArrowBuffer |
The buffer to be read. |
|
The data is owned by the caller of the function. |
Return value
Returns: | GArrowBufferInputStream |
A newly created |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |