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 FastqWriterpublic void close()
close in interface FastqWriterclose in interface Closeableclose in interface AutoCloseable