org.biojava3.sequencing.io.fastq
Interface StreamListener


public interface StreamListener

Event based parser callback.

Since:
3.0.3

Method Summary
 void fastq(Fastq fastq)
          Notify this listener of a FASTQ formatted sequence.
 

Method Detail

fastq

void fastq(Fastq fastq)
Notify this listener of a FASTQ formatted sequence.

Parameters:
fastq - FASTQ formatted sequence