10 #ifndef PDBLZ77STREAM_H_INCLUDED 11 #define PDBLZ77STREAM_H_INCLUDED 15 #include <librevenge-stream/librevenge-stream.h> 37 const unsigned char *
read(
unsigned long numBytes,
unsigned long &numBytesRead)
override;
38 int seek(
long offset, librevenge::RVNG_SEEK_TYPE seekType)
override;
40 bool isEnd()
override;
43 std::unique_ptr<librevenge::RVNGInputStream>
m_stream;
48 #endif // PDBLZ77STREAM_H_INCLUDED PDBLZ77Stream(const PDBLZ77Stream &other)
unsigned offset
Definition: SoftBookParser.cpp:74
librevenge::RVNGInputStream * getSubStreamByName(const char *name) override
Definition: PDBLZ77Stream.cpp:129
RVNGInputStreamPtr_t stream
Definition: HTMLHelpStream.cpp:79
const char * subStreamName(unsigned id) override
Definition: PDBLZ77Stream.cpp:119
int seek(long offset, librevenge::RVNG_SEEK_TYPE seekType) override
Definition: PDBLZ77Stream.cpp:144
bool isStructured() override
Definition: PDBLZ77Stream.cpp:109
const unsigned char * read(unsigned long numBytes, unsigned long &numBytesRead) override
Definition: PDBLZ77Stream.cpp:139
PDBLZ77Stream & operator=(const PDBLZ77Stream &other)
unsigned subStreamCount() override
Definition: PDBLZ77Stream.cpp:114
std::unique_ptr< librevenge::RVNGInputStream > m_stream
Definition: PDBLZ77Stream.h:43
const char * name
Definition: EBOOKHTMLToken.cpp:44
bool isEnd() override
Definition: PDBLZ77Stream.cpp:154
~PDBLZ77Stream() override
Definition: PDBLZ77Stream.cpp:105
Definition: BBeBCollector.cpp:18
Definition: PDBLZ77Stream.h:20
bool existsSubStream(const char *name) override
Definition: PDBLZ77Stream.cpp:124
long tell() override
Definition: PDBLZ77Stream.cpp:149
RVNGInputStream * getSubStreamById(unsigned id) override
Definition: PDBLZ77Stream.cpp:134