Package htsjdk.samtools.fastq
Interface FastqWriter
- All Superinterfaces:
AutoCloseable,Closeable,Writer<FastqRecord>
- All Known Implementing Classes:
AsyncFastqWriter,BasicFastqWriter
Simple interface for a class that can write out fastq records.
-
Method Summary
-
Method Details
-
write
Description copied from interface:WriterWrites one item.- Specified by:
writein interfaceWriter<FastqRecord>- Parameters:
rec- the item to write.
-
close
void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-