| Package | Description |
|---|---|
| org.biojava.nbio.core.sequence.io | |
| org.biojava.nbio.core.sequence.io.util | |
| org.biojava.nbio.core.sequence.location |
| Modifier and Type | Method and Description |
|---|---|
void |
GenericGenbankHeaderParser.setAccession(java.lang.String accession)
The last accession passed to this routine will always be the one used.
|
void |
GenericGenbankHeaderParser.setComment(java.lang.String comment) |
void |
GenericGenbankHeaderParser.setDescription(java.lang.String description) |
void |
GenericGenbankHeaderParser.setIdentifier(java.lang.String identifier) |
void |
GenericGenbankHeaderParser.setName(java.lang.String name) |
void |
GenericGenbankHeaderParser.setVersion(int version) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<java.lang.String> |
IOUtils.getList(java.io.BufferedReader br)
Returns the contents of a buffered reader as a list of strings
|
static java.util.List<java.lang.String> |
IOUtils.getList(java.io.InputStream is)
Delegates to
IOUtils.getList(BufferedReader) by wrapping the InputStream
in a valid reader. |
static void |
IOUtils.processReader(java.io.BufferedReader br,
IOUtils.ReaderProcessor processor)
Takes in a reader and a processor, reads every line from the given
file and then invokes the processor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AbstractLocation> |
InsdcParser.parse(java.io.Reader reader)
Reader based version of the parse methods.
|
Location |
InsdcParser.parse(java.lang.String locationString)
Main method for parsing a location from a String instance
|
Copyright © 2000-2020 BioJava. All Rights Reserved.