Interface FastqWriter

All Superinterfaces:
AutoCloseable, Closeable, Writer<FastqRecord>
All Known Implementing Classes:
AsyncFastqWriter, BasicFastqWriter

public interface FastqWriter extends Closeable, Writer<FastqRecord>
Simple interface for a class that can write out fastq records.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    Writes one item.

    Methods inherited from interface htsjdk.io.Writer

    write