#include <gz_stream.hh>
Inheritance diagram for oln::io::gz::zifstream:
Public Member Functions | |
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. |
Definition at line 360 of file gz_stream.hh.