#include <zfstream.h>
Definition at line 44 of file zfstream.h.
utl::zfstream_source::zfstream_source |
( |
| ) |
|
|
inline |
utl::zfstream_source::zfstream_source |
( |
const std::string & |
filename, |
|
|
const zip_type |
ztype |
|
) |
| |
|
inline |
utl::zfstream_source::zfstream_source |
( |
const std::string & |
filename, |
|
|
const std::ios_base::openmode |
openmode = std::ios_base::in , |
|
|
const zip_type |
ztype = zip_type::automatic |
|
) |
| |
|
inline |
void utl::zfstream_source::close |
( |
| ) |
|
|
inline |
int utl::zfstream_source::get_n_open_calls |
( |
| ) |
const |
|
inline |
zip_type utl::zfstream_source::get_zip_type |
( |
| ) |
const |
|
inline |
bool utl::zfstream_source::is_complete |
( |
| ) |
const |
|
inline |
void utl::zfstream_source::open |
( |
const std::string & |
filename, |
|
|
const zip_type |
ztype |
|
) |
| |
|
inline |
void utl::zfstream_source::open |
( |
const std::string & |
filename, |
|
|
const std::ios_base::openmode |
openmode = std::ios_base::in , |
|
|
const zip_type |
ztype = zip_type::automatic |
|
) |
| |
|
inline |
std::streamsize utl::zfstream_source::read |
( |
char *const |
s, |
|
|
const std::streamsize |
n |
|
) |
| |
|
inline |
boost::iostreams::stream_offset utl::zfstream_source::seek |
( |
const boost::iostreams::stream_offset |
off, |
|
|
const std::ios_base::seekdir |
way |
|
) |
| |
|
inline |
std::size_t utl::zfstream_source::tellg |
( |
| ) |
const |
|
inline |
boost::shared_ptr<impl> utl::zfstream_source::_impl |
|
private |
The documentation for this class was generated from the following file: