Go to the documentation of this file.
11 #ifndef __FHINTERNALSTREAM_H__
12 #define __FHINTERNALSTREAM_H__
16 #include <librevenge-stream/librevenge-stream.h>
24 FHInternalStream(librevenge::RVNGInputStream *input,
unsigned long size,
bool compressed=
false);
50 const unsigned char *
read(
unsigned long numBytes,
unsigned long &numBytesRead)
override;
51 int seek(
long offset, librevenge::RVNG_SEEK_TYPE seekType)
override;
53 bool isEnd()
override;
librevenge::RVNGInputStream * getSubStreamByName(const char *) override
Definition: FHInternalStream.h:42
unsigned long getSize() const
Definition: FHInternalStream.h:54
const unsigned char * read(unsigned long numBytes, unsigned long &numBytesRead) override
Definition: FHInternalStream.cpp:93
~FHInternalStream() override
Definition: FHInternalStream.h:25
Definition: FHInternalStream.h:22
Definition: FHCollector.h:23
FHInternalStream & operator=(const FHInternalStream &)
std::vector< unsigned char > m_buffer
Definition: FHInternalStream.h:61
bool isStructured() override
Definition: FHInternalStream.h:26
bool isEnd() override
Definition: FHInternalStream.cpp:146
#define CHUNK
Definition: FHInternalStream.cpp:17
FHInternalStream(librevenge::RVNGInputStream *input, unsigned long size, bool compressed=false)
Definition: FHInternalStream.cpp:19
unsigned subStreamCount() override
Definition: FHInternalStream.h:30
librevenge::RVNGInputStream * getSubStreamById(unsigned) override
Definition: FHInternalStream.h:46
long tell() override
Definition: FHInternalStream.cpp:141
bool existsSubStream(const char *) override
Definition: FHInternalStream.h:38
const char * subStreamName(unsigned) override
Definition: FHInternalStream.h:34
volatile long m_offset
Definition: FHInternalStream.h:60
int seek(long offset, librevenge::RVNG_SEEK_TYPE seekType) override
Definition: FHInternalStream.cpp:118
FHInternalStream(const FHInternalStream &)
Generated for libfreehand by
doxygen 1.8.20