Bio.IO.AppliedBiosystems.DataParsers Namespace |
[Missing <summary> documentation for "N:Bio.IO.AppliedBiosystems.DataParsers"]
Class | Description | |
---|---|---|
![]() | DataParserFactory |
Creates abi parsers based on file format version.
|
![]() | ParserContext |
Simple parser context.
|
![]() | ParserHelper |
Provides helper methods for converting raw data to .Net data types.
|
![]() | V1DataParser |
Parses a major version 1 ab1 data file directory entries.
http://www6.appliedbiosystems.com/support/software_community/ABIF_File_Format.pdf
Note that all numeric values are stored with the higher order byte at the beginning of the entry.
|
Interface | Description | |
---|---|---|
![]() | IAb1DataVisitor |
Parsing visitor for constructing the Context during a abi parse operation. Each visit method handles a different known
item within the abi file format.
|
![]() | IParserContext |
Context for managing file import. After import this contains all data associated in the file.
|
![]() | IVersionedDataParser |
Handle's parsing of a abi parser context based on a specific file version.
|