方法
ArrowReadable (可读)read_bytes (读取字节)
since: 0.17.0
声明 [src]
GBytes*
garrow_readable_read_bytes (
GArrowReadable* readable,
gint64 n_bytes,
GError** error
)
返回值
类型: GBytes
成功读取数据后返回的 GBytes
, 如果有错误则返回 NULL
。
该方法的调用者拥有该数据的所有权,并负责释放它。 |
返回值可以为 NULL 。 |