#include <GZIPOutputStream.h>
Inheritance diagram for rnaml::GZIPOutputStream:
Public Methods | |
GZIPOutputStream (FileOutputStream *os) | |
Initializes the gzip output stream with a file output stream. | |
GZIPOutputStream (int fd) | |
Initializes the gzip output stream with a file descriptor. |
|
Initializes the gzip output stream with a file output stream. The file output stream is freed on successful completion of the function.
|
|
Initializes the gzip output stream with a file descriptor.
|