Class BasicFastqWriter

java.lang.Object
htsjdk.samtools.fastq.BasicFastqWriter
All Implemented Interfaces:
Writer<FastqRecord>, FastqWriter, Closeable, Flushable, AutoCloseable

public class BasicFastqWriter extends Object implements FastqWriter, Flushable
In general FastqWriterFactory should be used so that AsyncFastqWriter can be enabled, but there are some cases in which that behavior is explicitly not wanted.
  • Constructor Details

    • BasicFastqWriter

      public BasicFastqWriter(File file)
    • BasicFastqWriter

      public BasicFastqWriter(File file, boolean createMd5)
    • BasicFastqWriter

      public BasicFastqWriter(PrintStream writer)
  • Method Details