构造函数
GioMemoryInputStreamnew_from_bytes
自版本:2.34
声明 [源]
GInputStream*
g_memory_input_stream_new_from_bytes (
GBytes* bytes
)
参数
bytes
-
类型:
GBytes
一个GBytes。
数据由函数的调用者拥有。
返回值
类型: GInputStream
从bytes读取的新的GInputStream。
函数的调用者将获得数据的所有权,并负责释放它。 |