GArrowWritableFile
GArrowWritableFile — File output interface
|
|
Description
GArrowWritableFile is an interface for file output.
Functions
GARROW_TYPE_WRITABLE_FILE
#define GARROW_TYPE_WRITABLE_FILE (garrow_writable_file_get_type())
garrow_writable_file_write_at ()
gboolean
garrow_writable_file_write_at (GArrowWritableFile *writable_file
,
gint64 position
,
const guint8 *data
,
gint64 n_bytes
,
GError **error
);
Returns
TRUE
on success, FALSE
if there was an error.