librevenge::Stream Class Reference

#include <RVNGOLEStream.h>

List of all members.

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 &)
Streamoperator= (const Stream &)

Private Attributes

IStreamm_io

Friends

class Storage
class IStorage

Constructor & Destructor Documentation

librevenge::Stream::Stream ( librevenge::Storage storage,
const std::string &  name 
)

Creates a new stream.

Destroys the stream.

librevenge::Stream::Stream ( const Stream ) [private]

Member Function Documentation

Stream& librevenge::Stream::operator= ( const Stream ) [private]
unsigned long librevenge::Stream::read ( unsigned char *  data,
unsigned long  maxlen 
)

Friends And Related Function Documentation

friend class IStorage [friend]
friend class Storage [friend]

Member Data Documentation

Referenced by Stream().


The documentation for this class was generated from the following files: