#include <Iguana/Utilities/classlib/zip/GZIPInputStream.h>
Public Member Functions | |
GZIPInputStream (InputStream *input, ZDecompressor *engine=0, IOSize bufsize=DEFAULT_BUF_SIZE) | |
virtual IOSize | read (void *into, IOSize n) |
Private Attributes | |
bool | m_eof |
Definition at line 21 of file GZIPInputStream.h.
lat::GZIPInputStream::GZIPInputStream | ( | InputStream * | input, | |
ZDecompressor * | engine = 0 , |
|||
IOSize | bufsize = DEFAULT_BUF_SIZE | |||
) |
Reimplemented from lat::DecompressInputStream.
bool lat::GZIPInputStream::m_eof [private] |
Definition at line 35 of file GZIPInputStream.h.