R - type of readspublic interface SequenceWriter<R extends SequenceRead> extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes this writer
|
void |
flush()
Writes all buffers to the underlying stream
|
void |
write(R read)
Writes corresponding subtype of
SequenceRead |
void write(R read)
SequenceReadread - readvoid flush()
void close()
close in interface AutoCloseableCopyright © 2018. All rights reserved.