#include <WPSOLEStream.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.
|
Constructor & Destructor Documentation
libwps::Stream::Stream |
( |
libwps::Storage * |
storage, |
|
|
const std::string & |
name |
|
) |
| |
libwps::Stream::~Stream |
( |
| ) |
|
libwps::Stream::Stream |
( |
const Stream & |
| ) |
|
|
private |
Member Function Documentation
unsigned long libwps::Stream::read |
( |
unsigned char * |
data, |
|
|
unsigned long |
maxlen |
|
) |
| |
unsigned long libwps::Stream::size |
( |
| ) |
|
Friends And Related Function Documentation
Member Data Documentation
The documentation for this class was generated from the following files: