Jive reference manual
|
#include <jem/io/Inflator.h>
Public Member Functions | |
Inflator (Ref< InputStream > input, ZipMode zmode, idx_t bufsize) | |
bool | atEnd () const |
ulint | getBytesIn () const |
ulint | getBytesOut () const |
ulint | getChecksum () const |
idx_t | poll (const Time &timeout) |
void | finish (ThrowMode tm=CAN_THROW) |
idx_t | inflate (void *buf, idx_t n) |
bool | read (byte &b) |
Protected Member Functions | |
virtual | ~Inflator () |
![]() | |
Collectable () | |
Creates an empty Collectable . More... | |
~Collectable () | |
Frees resources. More... | |
jem::io::Inflator::Inflator | ( | Ref< InputStream > | input, |
ZipMode | zmode, | ||
idx_t | bufsize | ||
) |
|
protectedvirtual |
bool jem::io::Inflator::atEnd | ( | ) | const |
ulint jem::io::Inflator::getBytesIn | ( | ) | const |
ulint jem::io::Inflator::getBytesOut | ( | ) | const |
ulint jem::io::Inflator::getChecksum | ( | ) | const |
idx_t jem::io::Inflator::poll | ( | const Time & | timeout | ) |
void jem::io::Inflator::finish | ( | ThrowMode | tm = CAN_THROW | ) |
idx_t jem::io::Inflator::inflate | ( | void * | buf, |
idx_t | n | ||
) |
bool jem::io::Inflator::read | ( | byte & | b | ) |