GArrowWriteableFile — File output interface
GInterface ╰── GArrowWriteableFile
GArrowWriteableFile is an interface for file output.
gboolean garrow_writeable_file_write_at (GArrowWriteableFile *writeable_file, gint64 position, const guint8 *data, gint64 n_bytes, GError **error);
GArrowWriteableFile *writeable_file
gint64 position
const guint8 *data
gint64 n_bytes
GError **error
writeable_file
A GArrowWriteableFile.
position
The write start position.
data
The data to be written.
n_bytes
The number of bytes to be written.
error
Return location for a GError or NULL.
NULL
TRUE on success, FALSE if there was an error.
TRUE
FALSE
typedef struct _GArrowWriteableFileInterface GArrowWriteableFileInterface;