SophiaFramework UNIVERSE 5.3 |
#include <SFBMemAStream.h.hpp>
class SFBMemAStream : public SFBAStream;
SFMTYPEDEFWRAPPER(SFBMemAStream)
BREW 2.0 | BREW 2.1 | BREW 3.1 | BREW 4.0 |
---|---|---|---|
○ | ○ | ○ | ○ |
パブリック関数 | |
---|---|
static SFBMemAStreamSmp |
NewInstance(
SFCErrorPtr exception = null
)
SFBMemAStream インスタンスを生成します。
|
static SFBMemAStreamSmp |
NewInstance(
AEECLSID id
, SFCErrorPtr exception = null
)
SFBMemAStream インスタンスを生成します。
|
Void |
Set(
VoidPtr buff
, UInt32 size
, UInt32 offset
, Bool sysMem
)
ストリームとして読み込む必要のあるメモリー チャンクを設定します。
|
Void |
SetEx(
VoidPtr buff
, UInt32 size
, UInt32 offset
, PFNNOTIFY notify
, VoidPtr data = null
)
ストリームとして読み込む必要のあるメモリー チャンクを設定します。
|
Void |
Cancel( Void )
(SFBAStream から継承)
SFBAStream::Readable で登録されたコールバックをキャンセルします。
|
SInt32 |
Read(
VoidPtr buffer
, UInt32 count
)
(SFBAStream から継承)
ストリームからデータを読み込み、読み込んだバイト数を取得します。
|
SInt32 |
Read(
SFXBufferPtr buffer
)
(SFBAStream から継承)
ストリームからデータを読み込み、読み込んだバイト数を取得します。
|
Void |
Readable(
PFNNOTIFY notify
, VoidPtr data = null
)
(SFBAStream から継承)
データが読み込み可能かどうかを判定するコールバックを登録します。
|
プロテクト関数 | |
---|---|
static SFBBaseSmp |
FactoryByCreate(
AEECLSID id
, SFCErrorPtr exception = null
)
(SFBBase から継承)
指定したクラス ID のインターフェースのインスタンスを生成します。
|
static SFBBaseSmp |
FactoryByQuery(
SFBQuerySmpConstRef query
, AEECLSID id
, SFCErrorPtr exception = null
)
(SFBBase から継承)
指定したクラス ID のインターフェースのインスタンスを指定した SFBQuery インスタンスを使用して生成します。
|
[ public, static ] SFBMemAStreamSmp NewInstance( SFCErrorPtr exception = null // エラー値 );
[ public, static ] SFBMemAStreamSmp NewInstance( AEECLSID id // クラスID SFCErrorPtr exception = null // エラー値 );
[ public ] Void Set( VoidPtr buff // ストリームとして読み込むメモリー チャンクへのポインタ UInt32 size // メモリー チャンクのサイズ UInt32 offset // メモリー ストリームの開始データとして設定される、 // メモリー チャンクの先頭からのオフセット Bool sysMem // buff のメモリーがユーザー領域またはシステム メモリーのいずれに属するかを指定するフラグ );
[ public ] Void SetEx( VoidPtr buff // ストリームとして読み込むメモリー チャンクへのポインタ UInt32 size // メモリー チャンクのサイズ UInt32 offset // メモリー ストリームの開始データとして設定される、 // メモリー チャンクの先頭からのオフセット PFNNOTIFY notify // メモリー チャンクを解放する際にコールするコールバック関数 VoidPtr data = null // notify に渡されるパラメータ );
SSFBMemAStream::SetEx 関数には、SFBMemAStream::Set 関数には存在しない、 メモリー チャンクを解放するためのユーザー コールバックという追加機能があります。
Copyright(c) 2002 - 2024 Sophia Cradle Incorporated All Rights Reserved. |