Constructor

ArrowFileOutputStreamnew

Declaration [src]

GArrowFileOutputStream*
garrow_file_output_stream_new (
  const gchar* path,
  gboolean append,
  GError** error
)

Description

No description available.

Parameters

path const gchar*
 

The path of the file output stream.

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
append gboolean
 

Whether the path is opened as append mode or recreate mode.

error GError **
  The return location for a GError*, or NULL.

Return value

Returns: GArrowFileOutputStream
 

A newly opened GArrowFileOutputStream or NULL on error.

 The caller of the function takes ownership of the data, and is responsible for freeing it.
 The return value can be NULL.