Interface StreamListener
-
public interface StreamListenerEvent based parser callback.- Since:
- 3.0.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfastq(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
-
-