Package | Description |
---|---|
htsjdk.samtools.fastq |
Modifier and Type | Class and Description |
---|---|
class |
AsyncFastqWriter
Implementation of a FastqWriter that provides asynchronous output.
|
class |
BasicFastqWriter
In general FastqWriterFactory should be used so that AsyncFastqWriter can be enabled, but there are some
cases in which that behavior is explicitly not wanted.
|
Modifier and Type | Method and Description |
---|---|
FastqWriter |
FastqWriterFactory.newWriter(File out) |
Constructor and Description |
---|
AsyncFastqWriter(FastqWriter out,
int queueSize) |