Go to the documentation of this file.
10 #ifndef EBOOKZLIBSTREAM_H_INCLUDED
11 #define EBOOKZLIBSTREAM_H_INCLUDED
15 #include <librevenge-stream/librevenge-stream.h>
33 const unsigned char *
read(
unsigned long numBytes,
unsigned long &numBytesRead)
override;
34 int seek(
long offset, librevenge::RVNG_SEEK_TYPE seekType)
override;
36 bool isEnd()
override;
39 std::unique_ptr<librevenge::RVNGInputStream>
m_stream;
44 #endif // EBOOKZLIBSTREAM_H_INCLUDED
bool isEnd() override
Definition: EBOOKZlibStream.cpp:164
std::unique_ptr< librevenge::RVNGInputStream > m_stream
Definition: PeanutPressParser.cpp:74
Definition: BBeBCollector.cpp:18
unsigned subStreamCount() override
Definition: EBOOKZlibStream.cpp:124
bool isStructured() override
Definition: EBOOKZlibStream.cpp:119
bool existsSubStream(const char *name) override
Definition: EBOOKZlibStream.cpp:134
unsigned offset
Definition: SoftBookParser.cpp:74
~EBOOKZlibStream() override
Definition: EBOOKZlibStream.cpp:115
RVNGInputStreamPtr_t stream
Definition: HTMLHelpStream.cpp:79
MSPackFileData * data
Definition: HTMLHelpStream.cpp:63
int seek(long offset, librevenge::RVNG_SEEK_TYPE seekType) override
Definition: EBOOKZlibStream.cpp:154
long tell() override
Definition: EBOOKZlibStream.cpp:159
Definition: EBOOKHTMLToken.h:89
uint8_t readU8(librevenge::RVNGInputStream *input, bool)
Definition: libebook_utils.cpp:45
librevenge::RVNGInputStream * getSubStreamByName(const char *name) override
Definition: EBOOKZlibStream.cpp:139
Definition: libebook_utils.h:99
Definition: EBOOKZlibStream.h:20
string name
Definition: HTMLHelpStream.cpp:80
EBOOKZlibStream(librevenge::RVNGInputStream *stream)
Definition: EBOOKZlibStream.cpp:104
const char * subStreamName(unsigned id) override
Definition: EBOOKZlibStream.cpp:129
RVNGInputStream * getSubStreamById(unsigned id) override
Definition: EBOOKZlibStream.cpp:144
const unsigned char * read(unsigned long numBytes, unsigned long &numBytesRead) override
Definition: EBOOKZlibStream.cpp:149
std::unique_ptr< librevenge::RVNGInputStream > m_stream
Definition: EBOOKZlibStream.h:39
Generated for libe-book by
doxygen 1.8.16