| Interface | Description |
|---|---|
| LineParser<T> |
A Parser that processes its input line-by-line.
|
| Parser<T> |
Interface for classes that allow parsing of files and streams.
|
| Class | Description |
|---|---|
| BasicLineMapParser<K,T> |
A line parser that produces a Map instead of a Collection.
|
| BasicLineParser<T> |
A simple LineParser implementation that doesn't do anything.
|
| ExternalDatabaseUtils |
Provides convenience methods to provide ExternalDatabases and DatabaseEntries for common cases, such as Genbank.
|
| LineMapParser<K,T> |
The difference between this class and BasicLineMapParser is more flexibility in how keys are provided.
|
| RecordParser<T> |
Abstract record-based parser.
|
| Exception | Description |
|---|---|
| FileFormatException |
Use to indicate a file format error.
|
Copyright © 2005–2023 Pavlidis lab, Michael Smith Laboratories and Department of Psychiatry, University of British Columbia. All rights reserved.