![]() ![]() ![]()
|
BREW C++ Class Library & GUI Framework & XML Middleware : SophiaFramework 4.1 |

| BREW 2.0 | BREW 2.1 | BREW 3.1 |
|---|---|---|
| O | O | O |
| Public Functions | |
|---|---|
| static Bool |
Exhausted(
SInt32 code
)
Determine if a SFBSource, a SFBPeek, or a SFBGetLine is out of data.
|
| SInt32 |
Read(
VoidPtr buf
, SInt32 size
) Read( SFXBufferPtr buf ) Copy bytes from the source stream to the specified buffer.
|
| Void |
Readable(
SFXCallbackPtr callback
)
Schedule a callback to be called when SFBSource::Read() is able to return something other than ISOURCE_WAIT.
|
| SFCError |
QueryInterface(
AEECLSID clsid
, VoidHandle handle
)
(inherits from SFBQuery)
QueryInterface( AEECLSID clsid , SFBBaseSmpPtr handle ) (inherits from SFBQuery) Ask an object for another API contract from the object in question.
|
| SFBBaseSmp |
QueryInterface(
AEECLSID clsid
)
(inherits from SFBQuery)
Ask an object for another API contract from the object in question.
|
| Void |
Self(
AEECLSID clsidReq
, SFBQuerySmpPtr clone
, AEECLSID clsidImp
)
(inherits from SFBQuery)
Helper macro for those implementing an object with a single interface.
|
| SFBQuerySmp |
Self(
AEECLSID clsidReq
, AEECLSID clsidImp
)
(inherits from SFBQuery)
Helper macro for those implementing an object with a single interface.
|
[ public ] SInt32 Read( VoidPtr buf // pointer to the buffer to receive bytes read SInt32 size // buffer size );
[ public ] SInt32 Read( SFXBufferPtr buf // pointer to the buffer to receive bytes read. // if null, do nothing and return SFERR_INVALID_PARAM );
[ public ] Void Readable( SFXCallbackPtr callback // where to call when the ISource may be readable );
|
Copyright (C) 2002 - 2009 Sophia Cradle, Inc. All Rights Reserved. |
![]() ![]() ![]()
|