Class EmblReader
- java.lang.Object
-
- org.biojava.nbio.core.sequence.io.embl.EmblReader
-
public class EmblReader extends Object
This class should process the data of embl file- Since:
- 5.0.0
- Author:
- Noor Aldeen Al Mbaidin
-
-
Constructor Summary
Constructors Constructor Description EmblReader()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EmblRecord
process(File file)
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.
-
-
-
Constructor Detail
-
EmblReader
public EmblReader()
-
-
Method Detail
-
process
public static EmblRecord process(File file) throws IOException
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
-
-