Class EmblReader
java.lang.Object
org.biojava.nbio.core.sequence.io.embl.EmblReader
This class should process the data of embl file
- Since:
 - 5.0.0
 - Author:
 - Noor Aldeen Al Mbaidin
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic EmblRecordThe parsing is done in this method.
This method tries to process all the Embl records in the File , closes the underlying resource, and return the results in object of EmblRecord. 
- 
Constructor Details
- 
EmblReader
public EmblReader() 
 - 
 - 
Method Details
- 
process
The parsing is done in this method.
This method tries to process all the Embl records in the File , closes the underlying resource, and return the results in object of EmblRecord.- Returns:
 - EmblRecord containing all the parsed Embl records
 - Throws:
 IOException
 
 -