22 #ifndef TWINE_RESOURCES_LZSS_H 23 #define TWINE_RESOURCES_LZSS_H 25 #include "common/stream.h" 31 uint8 *_outLzssBufData;
43 bool err()
const override {
return _err; }
44 int64
pos()
const override {
return _pos; }
45 int64
size()
const override {
return _size; }
46 bool seek(int64 offset,
int whence = SEEK_SET)
override;
48 bool eos()
const override;
49 uint32
read(
void *buf, uint32
size)
override;
uint32 read(void *buf, uint32 size) override
bool eos() const override
void clearErr() override
Definition: lzss.h:42
int64 pos() const override
Definition: lzss.h:44
bool err() const override
Definition: lzss.h:43
bool seek(int64 offset, int whence=SEEK_SET) override
Definition: achievements_tables.h:27
int64 size() const override
Definition: lzss.h:45