public class EmblReader extends Object
| Constructor and Description |
|---|
EmblReader() |
| Modifier and Type | Method and 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. |
public static EmblRecord process(File file) throws IOException
IOExceptionCopyright © 2000–2018 BioJava. All rights reserved.