public final class PairedFastqWriter extends Object implements PairedSequenceWriter
| Constructor and Description |
|---|
PairedFastqWriter(File file1,
File file2) |
PairedFastqWriter(SingleFastqWriter writer1,
SingleFastqWriter writer2) |
PairedFastqWriter(String file1,
String file2) |
PairedFastqWriter(String file1,
String file2,
QualityFormat qualityFormat,
CompressionType ct) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes this writer
|
void |
flush()
Writes all buffers to the underlying stream
|
void |
write(PairedRead read)
Writes corresponding subtype of
SequenceRead |
public PairedFastqWriter(File file1, File file2) throws IOException
IOExceptionpublic PairedFastqWriter(String file1, String file2) throws IOException
IOExceptionpublic PairedFastqWriter(String file1, String file2, QualityFormat qualityFormat, CompressionType ct) throws IOException
IOExceptionpublic PairedFastqWriter(SingleFastqWriter writer1, SingleFastqWriter writer2)
public void write(PairedRead read)
SequenceWriterSequenceReadwrite in interface SequenceWriter<PairedRead>read - readpublic void flush()
SequenceWriterflush in interface SequenceWriter<PairedRead>public void close()
SequenceWriterclose in interface SequenceWriter<PairedRead>close in interface AutoCloseableCopyright © 2018. All rights reserved.