Top | ![]() |
![]() |
![]() |
![]() |
struct | GArrowOutputStream |
struct | GArrowFileOutputStream |
struct | GArrowBufferOutputStream |
GObject ├── GArrowOutputStream │ ├── GArrowBufferOutputStream │ ╰── GArrowFileOutputStream ╰── GArrowOutputStream ├── GArrowBufferOutputStream ╰── GArrowFileOutputStream
GArrowOutputStream implements
GArrowFileOutputStream implements
GArrowBufferOutputStream implements
GArrowOutputStream is an interface for stream output. Stream output is file based and writeable
GArrowFileOutputStream is a class for file output stream.
GArrowBufferOutputStream is a class for buffer output stream.
GArrowFileOutputStream * garrow_file_output_stream_open (const gchar *path
,gboolean append
,GError **error
);
GArrowBufferOutputStream *
garrow_buffer_output_stream_new (GArrowResizableBuffer *buffer
);