#include <algorithm>
#include <cassert>
#include <memory>
#include <vector>
#include "libebook_utils.h"
#include "EBOOKBitStream.h"
#include "EBOOKMemoryStream.h"
#include "SoftBookLZSSStream.h"
Namespaces | |
libebook | |
bool m_allowOverflow |
size_t m_begin |
const std::unique_ptr<unsigned char[]> m_data |
size_t m_end |
bool m_growing |
const size_t m_size |