方法
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 。 |