Public Types | |
enum | Format { AUTO = 0, GZIP = 1, ZLIB = 2 } |
Public Member Functions | |
ZlibSource (Source *sub_source, Format format=AUTO) | |
![]() | |
StatusObject< size_t > | Read (const strings::MutableByteRange &range) |
Reads source into mutable range. More... | |
void | Prepend (const strings::ByteRange &range) |
Static Public Member Functions | |
static bool | IsZlibSource (Source *source) |
Additional Inherited Members |
Definition at line 14 of file zlib_source.h.