Constructor
ArrowGIOInputStreamnew
since: 0.5.0
Declaration [src]
GArrowGIOInputStream*
garrow_gio_input_stream_new (
GInputStream* gio_input_stream
)
Parameters
gio_input_stream
-
Type:
GInputStream
The stream to be read.
The data is owned by the caller of the function.
Return value
Type: GArrowGIOInputStream
A newly created GArrowGIOInputStream
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |