Class FastqWriterFactory


  • public class FastqWriterFactory
    extends Object
    Factory class for creating FastqWriter objects.
    • Constructor Detail

      • FastqWriterFactory

        public FastqWriterFactory()
    • Method Detail

      • setUseAsyncIo

        public void setUseAsyncIo​(boolean useAsyncIo)
        Sets whether or not to use async io (i.e. a dedicated thread per writer.
      • setCreateMd5

        public void setCreateMd5​(boolean createMd5)
        If true, compute MD5 and write appropriately-named file when file is closed.