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