#include <gz_stream.hh>
Inheritance diagram for oln::io::gz::zifstream:
Public Member Functions | |
zifstream () | |
zifstream (const char *name, int io_mode=std::ios::in) | |
Open a read only stream on the file named name. | |
zifstream (int fd, int io_mode=std::ios::in) | |
Open a read only stream on the file descriptor fd. | |
virtual | ~zifstream () |
Definition at line 365 of file gz_stream.hh.