public class EmblReader
extends java.lang.Object
| Constructor and Description |
|---|
EmblReader() |
| Modifier and Type | Method and Description |
|---|---|
static EmblRecord |
process(java.io.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(java.io.File file) throws java.io.IOException
java.io.IOExceptionCopyright © 2000-2020 BioJava. All Rights Reserved.