Abstract decompressor.
More...
#include <Decompressor.h>
| trippingcyril::Decompressor::Decompressor |
( |
Writer * |
pWriter | ) |
|
Constructor
- Parameters
-
| pWriter | The underlying writer to write the output to |
| virtual trippingcyril::Decompressor::~Decompressor |
( |
| ) |
|
|
virtual |
General deconstructor
- Note
- ShouldDelete on writer is respected
| const uint64_t trippingcyril::Decompressor::totalBytesIn |
( |
| ) |
const |
|
inline |
- Returns
- The amount of bytes you fed into the decompressor
| virtual int trippingcyril::Decompressor::Write |
( |
const char * |
data, |
|
|
size_t |
len |
|
) |
| |
|
pure virtual |
| uint64_t trippingcyril::Decompressor::_total_in |
|
protected |
The amount of bytes that we fed into you, you'll have to increase this yourself
| Writer* trippingcyril::Decompressor::_writer |
|
protected |
Write your compressed data into this writer
The documentation for this class was generated from the following file: