#include <WPXOLEStream.h>
Public Member Functions | |
Stream (Storage *storage, const std::string &name) | |
Creates a new stream. | |
~Stream () | |
Destroys the stream. | |
unsigned long | size () |
Returns the stream size. | |
unsigned long | read (unsigned char *data, unsigned long maxlen) |
Reads a block of data. | |
Private Member Functions | |
Stream (const Stream &) | |
Stream & | operator= (const Stream &) |
Private Attributes | |
StreamIO * | io |
Friends | |
class | Storage |
class | StorageIO |
|
Creates a new stream.
|
|
Destroys the stream.
|
|
|
|
|
|
Reads a block of data.
|
|
Returns the stream size.
|
|
|
|
|
|
|