public class BasicFastqWriter extends Object implements FastqWriter, Flushable
Constructor and Description |
---|
BasicFastqWriter(File file) |
BasicFastqWriter(File file,
boolean createMd5) |
BasicFastqWriter(PrintStream writer) |
public BasicFastqWriter(File file)
public BasicFastqWriter(File file, boolean createMd5)
public BasicFastqWriter(PrintStream writer)
public void write(FastqRecord rec)
write
in interface FastqWriter
public void close()
close
in interface FastqWriter
close
in interface Closeable
close
in interface AutoCloseable