Public Member Functions | |
zofstream () | |
zofstream (const char *name, int io_mode=std::ios::out) | |
Open a write only stream on the file named name. | |
zofstream (int fd, int io_mode=std::ios::out) | |
Open a write only stream on the file descriptor fd. | |
virtual | ~zofstream () |
Definition at line 391 of file gz_stream.hh.