Constructor

ArrowBufferInputStreamnew

Declaration [src]

GArrowBufferInputStream*
garrow_buffer_input_stream_new (
  GArrowBuffer* buffer
)

Description

No description available.

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 GArrowBufferInputStream.

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