|
| IStream (IStorage *io, std::string const &name) |
|
| ~IStream () |
|
unsigned long | size () const |
|
unsigned long | tell () const |
|
unsigned long | read (unsigned char *data, unsigned long maxlen) |
|
|
bool | createOleFromDirectory (IStorage *io, std::string const &name) |
| create the data corresponding to a directory More...
|
|
unsigned long | readUsingStorage (unsigned long pos, unsigned char *data, unsigned long maxlen) |
| try to read maxlen data using m_iStorage More...
|
|
unsigned long | readData (unsigned long pos, unsigned char *data, unsigned long maxlen) |
| try to read maxlen data using m_data More...
|
|
librevenge::IStream::~IStream |
( |
| ) |
|
|
inline |
librevenge::IStream::IStream |
( |
const IStream & |
| ) |
|
|
private |
bool librevenge::IStream::createOleFromDirectory |
( |
IStorage * |
io, |
|
|
std::string const & |
name |
|
) |
| |
|
protected |
create the data corresponding to a directory
Referenced by IStream().
unsigned long librevenge::IStream::read |
( |
unsigned char * |
data, |
|
|
unsigned long |
maxlen |
|
) |
| |
|
inline |
unsigned long librevenge::IStream::readData |
( |
unsigned long |
pos, |
|
|
unsigned char * |
data, |
|
|
unsigned long |
maxlen |
|
) |
| |
|
protected |
try to read maxlen data using m_data
Referenced by read().
unsigned long librevenge::IStream::readUsingStorage |
( |
unsigned long |
pos, |
|
|
unsigned char * |
data, |
|
|
unsigned long |
maxlen |
|
) |
| |
|
protected |
try to read maxlen data using m_iStorage
Referenced by read().
unsigned long librevenge::IStream::size |
( |
| ) |
const |
|
inline |
unsigned long librevenge::IStream::tell |
( |
| ) |
const |
|
inline |
std::vector<unsigned long> librevenge::IStream::m_blocks |
|
private |
std::vector<unsigned char> librevenge::IStream::m_data |
|
private |
IStorage* librevenge::IStream::m_iStorage |
std::string librevenge::IStream::m_name |
unsigned long librevenge::IStream::m_pos |
|
private |
unsigned long librevenge::IStream::m_size |
The documentation for this class was generated from the following file: