GArrowWriteableFile
GArrowWriteableFile — File output interface
|
|
Object Hierarchy
GInterface
╰── GArrowWriteableFile
Functions
garrow_writeable_file_write_at ()
gboolean
garrow_writeable_file_write_at (GArrowWriteableFile *writeable_file
,
gint64 position
,
const guint8 *data
,
gint64 n_bytes
,
GError **error
);
Returns
TRUE
on success, FALSE
if there was an error.
Types and Values
GArrowWriteableFileInterface
typedef struct _GArrowWriteableFileInterface GArrowWriteableFileInterface;