Constructor
ArrowFileInputStreamnew_file_descriptor
Declaration [src]
GArrowFileInputStream*
garrow_file_input_stream_new_file_descriptor (
gint file_descriptor,
GError** error
)
Parameters
file_descriptor |
gint |
The file descriptor of this input stream. |
|
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | GArrowFileInputStream |
A newly created |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL . |