GArrowWritableFile
GArrowWritableFile — File output interface
|
|
Object Hierarchy
GInterface
╰── GArrowWritableFile
Prerequisites
GArrowWritableFile requires
GObject.
Functions
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.
Types and Values
GARROW_TYPE_WRITABLE_FILE
#define GARROW_TYPE_WRITABLE_FILE (garrow_writable_file_get_type())
GArrowWritableFile
typedef struct _GArrowWritableFile GArrowWritableFile;
GArrowWritableFileInterface
typedef struct _GArrowWritableFileInterface GArrowWritableFileInterface;