wxWidgets:wxMemoryInputStream类用法
生活随笔
收集整理的這篇文章主要介紹了
wxWidgets:wxMemoryInputStream类用法
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
wxWidgets:wxMemoryInputStream類用法
- wxWidgets:wxMemoryInputStream類用法
- 用法詳細(xì)說明
wxWidgets:wxMemoryInputStream類用法
用法詳細(xì)說明
#include <wx/mstream.h>
wxMemoryInputStream的繼承圖
此類允許使用所有采用wxInputStream引用的方法來讀取內(nèi)存數(shù)據(jù)。
例子:
// 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)總結(jié)
以上是生活随笔為你收集整理的wxWidgets:wxMemoryInputStream类用法的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 国六b标准出来了,对车子有影响吗?
- 下一篇: wxWidgets:wxMemoryOu