接口

ArrowWritable(可写)

描述

interface Arrow.Writable : GObject.Object
暂无描述。

前提条件

为了实现 Writable 接口,您的类型必须继承自GObject

实例方法

garrow_writable_flush

它确保将内存中的所有数据写入存储。

garrow_writable_write
暂无描述。

接口结构

struct ArrowWritableInterface {
  /* no available fields */
}
暂无描述。