|
NVBIO
|
Definition at line 39 of file output_gzip.h.
#include <output_gzip.h>
Public Methods | |
| GzipCompressor () | |
| void | start_block (DataBuffer &output) |
| void | compress (DataBuffer &output, DataBuffer &input) |
| virtual void | end_block (DataBuffer &output) |
Protected Members | |
| z_stream | stream |
| gz_header_s | gzh |
| nvbio::io::GzipCompressor::GzipCompressor | ( | ) |
Definition at line 38 of file output_gzip.cpp.
| void nvbio::io::GzipCompressor::compress | ( | DataBuffer & | output, |
| DataBuffer & | input | ||
| ) |
Definition at line 86 of file output_gzip.cpp.
|
virtual |
Reimplemented in nvbio::io::BGZFCompressor.
Definition at line 104 of file output_gzip.cpp.
| void nvbio::io::GzipCompressor::start_block | ( | DataBuffer & | output) |
Definition at line 53 of file output_gzip.cpp.
|
protected |
Definition at line 51 of file output_gzip.h.
|
protected |
Definition at line 49 of file output_gzip.h.
1.8.4