cgatools::util::CompressedOutputStream Class Reference
List of all members.
| Public Member Functions | 
|  | CompressedOutputStream (const char *fn, int clev=DEFAULT_COMPRESSION) | 
|  | CompressedOutputStream (const std::string &fn, int clev=DEFAULT_COMPRESSION) | 
| void | open (const std::string &fn, int clev=DEFAULT_COMPRESSION) | 
|  | Open a gzip-compressed file. 
 | 
| void | open (const char *fn, int clev=DEFAULT_COMPRESSION) | 
|  | Open a gzip-compressed file. 
 | 
| void | openBZ2 (const std::string &fn) | 
|  | Open a bzip2-compressed file. 
 | 
| void | openBZ2 (const char *fn) | 
|  | Open a bzip2-compressed file. 
 | 
| void | close () | 
| Static Public Attributes | 
| static const int | DEFAULT_COMPRESSION = 4 | 
The documentation for this class was generated from the following file: