构造函数
自救BufferedInputStreamnew_sized
声明 [源码]
GInputStream*
g_buffered_input_stream_new_sized (
GInputStream* base_stream,
gsize size
)
参数
base_stream
-
类型:
GInputStream
一个
GInputStream
。数据由函数的调用者所有。 size
-
类型:
gsize
A #gsize。
返回值
类型: GInputStream
一个GInputStream
。
函数的调用者获取数据的所有权,并负责释放它。 |