Constructor

ArrowGIOOutputStreamnew

Declaration [src]

GArrowGIOOutputStream*
garrow_gio_output_stream_new (
  GOutputStream* gio_output_stream
)

Description

No description available.

Parameters

gio_output_stream GOutputStream
 

The stream to be output.

 The data is owned by the caller of the function.

Return value

Returns: GArrowGIOOutputStream
 

A newly created GArrowGIOOutputStream.

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