#include <zstream.h>
Classes | |
| struct | category |
| struct | impl |
Public Types | |
| typedef char | char_type |
Public Member Functions | |
| template<class istream > | |
| void | attach (istream &is, const zip_type ztype=zip_type::none) |
| void | close () |
| bool | is_complete () const |
| std::streamsize | read (char *const s, const std::streamsize n) |
| zstream_source () | |
| template<class istream > | |
| zstream_source (istream &is, const zip_type ztype=zip_type::none) | |
Private Attributes | |
| boost::shared_ptr< impl > | _impl |
| typedef char utl::zstream_source::char_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |