ArrowFileOutputStream

描述

class Arrow.FileOutputStream : Arrow.OutputStream {
  parent_instance: GArrowOutputStream
}
暂无描述。

构造函数

实例方法

GArrowOutputStream 继承的方法 (3)
garrow_output_stream_align
暂无描述。

since: 0.11.0

garrow_output_stream_write_record_batch
暂无描述。

since: 1.0.0

garrow_output_stream_write_tensor
暂无描述。

since: 0.4.0

GObject 继承的方法 (43)

请参见 GObject 以获取完整的方法列表。

GArrowFile 继承的方法 (4)
garrow_file_close
暂无描述。

garrow_file_get_mode
暂无描述。

garrow_file_is_closed
暂无描述。

since: 0.13.0

garrow_file_tell
暂无描述。

GArrowWritable 继承的方法 (2)
garrow_writable_flush

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

garrow_writable_write
暂无描述。

属性

GArrowOutputStream 继承的属性 (1)

信号

GObject 继承的信号 (1)
GObject::notify

当对象的属性通过 g_object_set_property()、g_object_set() 等设置值时,会发出 notify 信号。

类结构

struct ArrowFileOutputStreamClass {
  GArrowOutputStreamClass parent_class;
  
}
暂无描述。
类成员
parent_class: GArrowOutputStreamClass
暂无描述。