A gzipped FASTQ file implementing the FASTQ_stream model needed by FASTQ_reader
Definition at line 71 of file fastq.h.
#include <fastq.h>
nvbio::FASTQ_gzfile::FASTQ_gzfile |
( |
const uint32 |
buffer_size = 64536u ) | |
|
nvbio::FASTQ_gzfile::FASTQ_gzfile |
( |
const char * |
filename, |
|
|
const uint32 |
buffer_size = 64536u |
|
) |
| |
nvbio::FASTQ_gzfile::~FASTQ_gzfile |
( |
) | |
|
uint8 nvbio::FASTQ_gzfile::get |
( |
) | |
|
|
inline |
get the next character, or 255 if EOF
Definition at line 35 of file fastq_inl.h.
void nvbio::FASTQ_gzfile::open |
( |
const char * |
filename) | |
|
open a new file
Definition at line 81 of file fastq.cpp.
bool nvbio::FASTQ_gzfile::valid |
( |
) | |
const |
return whether the file is valid
Definition at line 91 of file fastq.cpp.
The documentation for this struct was generated from the following files: