wxWidgets:wxMemoryInputStream类用法
wxWidgets:wxMemoryInputStream类用法
- wxWidgets:wxMemoryInputStream类用法
- 用法详细说明
wxWidgets:wxMemoryInputStream类用法
用法详细说明
#include
wxMemoryInputStream的继承图

此类允许使用所有采用wxInputStream引用的方法来读取内存数据。
例子:
// we've got a block of memory containing a BMP image and we want
// to use wxImage to load it:
wxMemoryInputStream stream(my_memory_block, size)
本文来自互联网用户投稿,文章观点仅代表作者本人,不代表本站立场,不承担相关法律责任。如若转载,请注明出处。 如若内容造成侵权/违法违规/事实不符,请点击【内容举报】进行投诉反馈!
