方法
ArrowSeekableInputStreamread_at_bytes
自:0.15.0 起可用
声明 [源代码]
GBytes*
garrow_seekable_input_stream_read_at_bytes (
GArrowSeekableInputStream* input_stream,
gint64 position,
gint64 n_bytes,
GError** error
)
返回值
类型: GBytes
成功时返回包含已读取数据的 GBytes
,如果发生错误则返回 NULL
。
该方法的调用者拥有该数据的所有权,并负责释放它。 |
返回值可以为 NULL 。 |