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