Go to the documentation of this file.
10 #ifndef EBOOKMEMORYSTREAM_H_INCLUDED
11 #define EBOOKMEMORYSTREAM_H_INCLUDED
15 #include <librevenge-stream/librevenge-stream.h>
38 const unsigned char *
read(
unsigned long numBytes,
unsigned long &numBytesRead)
override;
39 int seek(
long offset, librevenge::RVNG_SEEK_TYPE seekType)
override;
41 bool isEnd()
override;
44 std::unique_ptr<unsigned char[]>
m_data;
51 #endif // EBOOKMEMORYSTREAM_H_INCLUDED
RVNGInputStream * getSubStreamById(unsigned id) override
Definition: EBOOKMemoryStream.cpp:65
std::unique_ptr< unsigned char[]> m_data
Definition: EBOOKMemoryStream.h:44
long tell() override
Definition: EBOOKMemoryStream.cpp:120
const std::unique_ptr< unsigned char[]> m_data
Definition: SoftBookLZSSStream.cpp:50
Definition: BBeBCollector.cpp:18
librevenge::RVNGInputStream * getSubStreamByName(const char *name) override
Definition: EBOOKMemoryStream.cpp:60
const unsigned char * read(unsigned long numBytes, unsigned long &numBytesRead) override
Definition: EBOOKMemoryStream.cpp:70
Definition: EBOOKMemoryStream.h:20
bool existsSubStream(const char *name) override
Definition: EBOOKMemoryStream.cpp:55
unsigned subStreamCount() override
Definition: EBOOKMemoryStream.cpp:45
const char * subStreamName(unsigned id) override
Definition: EBOOKMemoryStream.cpp:50
unsigned offset
Definition: SoftBookParser.cpp:74
const long m_length
Definition: EBOOKMemoryStream.h:45
MSPackFileData * data
Definition: HTMLHelpStream.cpp:63
bool isStructured() override
Definition: EBOOKMemoryStream.cpp:40
EBOOKMemoryStream()
Definition: EBOOKMemoryStream.cpp:17
long m_pos
Definition: EBOOKMemoryStream.h:46
int seek(long offset, librevenge::RVNG_SEEK_TYPE seekType) override
Definition: EBOOKMemoryStream.cpp:91
string name
Definition: HTMLHelpStream.cpp:80
bool isEnd() override
Definition: EBOOKMemoryStream.cpp:125
~EBOOKMemoryStream() override
Definition: EBOOKMemoryStream.cpp:36
EBOOKMemoryStream & operator=(const EBOOKMemoryStream &other)
unsigned length
Definition: SoftBookParser.cpp:73
Generated for libe-book by
doxygen 1.8.17