#include <WPXOLEStream.h>
|
| 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.
|
|
libwpd::Stream::Stream |
( |
libwpd::Storage * |
storage, |
|
|
const std::string & |
name |
|
) |
| |
libwpd::Stream::~Stream |
( |
| ) |
|
libwpd::Stream::Stream |
( |
const Stream & |
| ) |
|
|
private |
unsigned long libwpd::Stream::read |
( |
unsigned char * |
data, |
|
|
unsigned long |
maxlen |
|
) |
| |
unsigned long libwpd::Stream::size |
( |
| ) |
|
The documentation for this class was generated from the following files: