Package | Description |
---|---|
htsjdk.samtools.fastq | |
htsjdk.samtools.util |
Modifier and Type | Method and Description |
---|---|
FastqRecord |
FastqReader.next() |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<FastqRecord> |
FastqReader.iterator()
WARNING: Despite the fact that this class implements Iterable, calling iterator() method does not
start iteration from the beginning of the file.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AsyncFastqWriter.synchronouslyWrite(FastqRecord item) |
void |
FastqWriter.write(FastqRecord rec) |
void |
BasicFastqWriter.write(FastqRecord rec) |
Modifier and Type | Method and Description |
---|---|
void |
QualityEncodingDetector.add(FastqRecord fastqRecord)
Adds the provided record's qualities to the detector.
|