Go to the documentation of this file.
10 #ifndef SOFTBOOKLZSSSTREAM_H_INCLUDED
11 #define SOFTBOOKLZSSSTREAM_H_INCLUDED
15 #include <librevenge-stream/librevenge-stream.h>
51 const unsigned char *
read(
unsigned long numBytes,
unsigned long &numBytesRead)
override;
52 int seek(
long offset, librevenge::RVNG_SEEK_TYPE seekType)
override;
54 bool isEnd()
override;
57 std::unique_ptr<librevenge::RVNGInputStream>
m_stream;
62 #endif // SOFTBOOKLZSSSTREAM_H_INCLUDED
bool isEnd() override
Definition: SoftBookLZSSStream.cpp:243
SoftBookLZSSStream & operator=(const SoftBookLZSSStream &other)
bool bigEndian
Definition: SoftBookLZSSStream.h:35
size_t m_end
Definition: SoftBookLZSSStream.cpp:53
bool allowOverflow
Definition: SoftBookLZSSStream.h:34
bool existsSubStream(const char *name) override
Definition: SoftBookLZSSStream.cpp:213
librevenge::RVNGInputStream * getSubStreamByName(const char *name) override
Definition: SoftBookLZSSStream.cpp:218
bool isStructured() override
Definition: SoftBookLZSSStream.cpp:198
Definition: SoftBookLZSSStream.h:27
SoftBookLZSSStream(const SoftBookLZSSStream &other)
Definition: SoftBookLZSSStream.h:20
const std::unique_ptr< unsigned char[]> m_data
Definition: SoftBookLZSSStream.cpp:50
Definition: BBeBCollector.cpp:18
const char * subStreamName(unsigned id) override
Definition: SoftBookLZSSStream.cpp:208
Definition: EBOOKMemoryStream.h:20
unsigned offset
Definition: SoftBookParser.cpp:74
@ i
Definition: EBOOKHTMLToken.h:86
RVNGInputStreamPtr_t stream
Definition: HTMLHelpStream.cpp:79
bool m_allowOverflow
Definition: SoftBookLZSSStream.cpp:55
size_t m_begin
Definition: SoftBookLZSSStream.cpp:52
~SoftBookLZSSStream() override
Definition: SoftBookLZSSStream.cpp:194
unsigned lengthBits
Definition: SoftBookLZSSStream.h:30
unsigned offsetBits
Definition: SoftBookLZSSStream.h:29
unsigned subStreamCount() override
Definition: SoftBookLZSSStream.cpp:203
RVNGInputStream * getSubStreamById(unsigned id) override
Definition: SoftBookLZSSStream.cpp:223
string name
Definition: HTMLHelpStream.cpp:80
char fillChar
Definition: SoftBookLZSSStream.h:33
unsigned uncompressedLength
Definition: SoftBookLZSSStream.h:31
const size_t m_size
Definition: SoftBookLZSSStream.cpp:51
bool m_growing
Definition: SoftBookLZSSStream.cpp:54
@ size
Definition: EBOOKHTMLToken.h:249
int seek(long offset, librevenge::RVNG_SEEK_TYPE seekType) override
Definition: SoftBookLZSSStream.cpp:233
long tell() override
Definition: SoftBookLZSSStream.cpp:238
unsigned fillPos
Definition: SoftBookLZSSStream.h:32
std::unique_ptr< librevenge::RVNGInputStream > m_stream
Definition: SoftBookLZSSStream.h:57
const unsigned char * read(unsigned long numBytes, unsigned long &numBytesRead) override
Definition: SoftBookLZSSStream.cpp:228
Configuration()
Definition: SoftBookLZSSStream.cpp:169
unsigned length
Definition: SoftBookParser.cpp:73
Generated for libe-book by
doxygen 1.8.17