Constructor
ArrowGIOOutputStreamnew
Declaration [src]
GArrowGIOOutputStream*
garrow_gio_output_stream_new (
GOutputStream* gio_output_stream
)
Parameters
gio_output_stream
-
Type:
GOutputStream
The stream to be output.
The data is owned by the caller of the function.
Return value
Type: GArrowGIOOutputStream
A newly created GArrowGIOOutputStream
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |