public class FastqWriterFactory extends Object
Constructor | Description |
---|---|
FastqWriterFactory() |
Modifier and Type | Method | Description |
---|---|---|
FastqWriter |
newWriter(File out) |
|
void |
setCreateMd5(boolean createMd5) |
If true, compute MD5 and write appropriately-named file when file is closed.
|
void |
setUseAsyncIo(boolean useAsyncIo) |
Sets whether or not to use async io (i.e.
|
public void setUseAsyncIo(boolean useAsyncIo)
public void setCreateMd5(boolean createMd5)
public FastqWriter newWriter(File out)