FastqWriter, Closeable, Flushable, AutoCloseablepublic class BasicFastqWriter extends Object implements FastqWriter, Flushable
| Constructor | 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 AutoCloseableclose in interface Closeableclose in interface FastqWriter