#include <zstr.hpp>
|
void | close () |
|
std::streampos | compressed_tellg () |
| Return the position within the compressed file (wrapped filestream)
|
|
| ifstream () |
|
| ifstream (const std::string filename, std::ios_base::openmode mode=std::ios_base::in, size_t buff_size=default_buff_size) |
|
bool | is_open () const |
|
void | open (const std::string filename, std::ios_base::openmode mode=std::ios_base::in) |
|
virtual | ~ifstream () |
|
Definition at line 419 of file zstr.hpp.
◆ ifstream() [1/2]
zstr::ifstream::ifstream |
( |
const std::string |
filename, |
|
|
std::ios_base::openmode |
mode = std::ios_base::in , |
|
|
size_t |
buff_size = default_buff_size |
|
) |
| |
|
inlineexplicit |
◆ ifstream() [2/2]
zstr::ifstream::ifstream |
( |
| ) |
|
|
inlineexplicit |
◆ ~ifstream()
virtual zstr::ifstream::~ifstream |
( |
| ) |
|
|
inlinevirtual |
◆ close()
void zstr::ifstream::close |
( |
| ) |
|
|
inline |
◆ compressed_tellg()
std::streampos zstr::ifstream::compressed_tellg |
( |
| ) |
|
|
inline |
◆ is_open()
bool zstr::ifstream::is_open |
( |
| ) |
const |
|
inline |
◆ open()
void zstr::ifstream::open |
( |
const std::string |
filename, |
|
|
std::ios_base::openmode |
mode = std::ios_base::in |
|
) |
| |
|
inline |
◆ _fs
The documentation for this class was generated from the following file: