Package org.biojava.bio.program.fastq
Interface StreamListener
-
public interface StreamListener
Event based parser callback.- Since:
- 1.8.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
fastq(Fastq fastq)
Notify this listener of a FASTQ formatted sequence.
-