NVBIO
|
A FASTQ file implementing the FASTQ_stream model needed by FASTQ_reader
#include <fastq.h>
Public Methods | |
FASTQ_file (const uint32 buffer_size=64536u) | |
FASTQ_file (const char *filename, const uint32 buffer_size=64536u) | |
void | open (const char *filename) |
~FASTQ_file () | |
bool | valid () const |
uint8 | get () |
constructor
Definition at line 48 of file fastq_inl.h.
constructor
Definition at line 58 of file fastq_inl.h.
|
inline |
destructor
Definition at line 78 of file fastq_inl.h.
|
inline |
get the next character, or 255 if EOF
Definition at line 87 of file fastq_inl.h.
|
inline |
open a new file
Definition at line 67 of file fastq_inl.h.
|
inline |