#include <gz_stream.hh>
Inheritance diagram for oln::io::gz::zfilestream_common:
Public Member Functions | |
void | attach (int fd, int io_mode) |
Open the stream on the file descriptor: fd regarding the opening mode. | |
void | open (const char *name, int io_mode) |
Open the stream on the file named name regarding the opening mode. | |
void | close () |
Close the current stream. | |
Protected Member Functions | |
zfilestream_common () | |
Prevent instantiation. | |
Friends | |
zofstream & | setcompressionlevel (zofstream &, int) |
Set the compression level of s to l. | |
zofstream & | setcompressionstrategy (zofstream &, int) |
Set the compression strategy of s to l. |
Definition at line 300 of file gz_stream.hh.