Interface Merger
- All Known Implementing Classes:
BAMMerger,ExpressionMerger,FastqMerger,SAMMerger
public interface Merger
This interface define a splitter.
- Since:
- 2.0
- Author:
- Laurent Jourdren
-
Method Summary
-
Method Details
-
getFormat
DataFormat getFormat()Get the format related to the splitter.- Returns:
- a DataFormat object
-
configure
Configure the merger.- Parameters:
conf- configuration- Throws:
EoulsanException- if the configuration is invalid
-
merge
Merger data.- Parameters:
inFileIterator- iterator over DataFile to mergeroutFile- output DataFile- Throws:
IOException- if an error occurs while split data
-