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;
RVNGInputStreamPtr_t stream
Definition HTMLHelpStream.cpp:79
unsigned offset
Definition SoftBookParser.cpp:74
Definition PDBLZ77Stream.h:21
unsigned subStreamCount() override
Definition PDBLZ77Stream.cpp:114
const char * subStreamName(unsigned id) override
Definition PDBLZ77Stream.cpp:119
bool isEnd() override
Definition PDBLZ77Stream.cpp:154
long tell() override
Definition PDBLZ77Stream.cpp:149
bool isStructured() override
Definition PDBLZ77Stream.cpp:109
std::unique_ptr< librevenge::RVNGInputStream > m_stream
Definition PDBLZ77Stream.h:43
librevenge::RVNGInputStream * getSubStreamByName(const char *name) override
Definition PDBLZ77Stream.cpp:129
int seek(long offset, librevenge::RVNG_SEEK_TYPE seekType) override
Definition PDBLZ77Stream.cpp:144
RVNGInputStream * getSubStreamById(unsigned id) override
Definition PDBLZ77Stream.cpp:134
PDBLZ77Stream & operator=(const PDBLZ77Stream &other)
const unsigned char * read(unsigned long numBytes, unsigned long &numBytesRead) override
Definition PDBLZ77Stream.cpp:139
~PDBLZ77Stream() override
Definition PDBLZ77Stream.cpp:105
PDBLZ77Stream(const PDBLZ77Stream &other)
bool existsSubStream(const char *name) override
Definition PDBLZ77Stream.cpp:124
@ name
Definition EBOOKHTMLToken.h:214
Definition BBeBCollector.cpp:19