Click or drag to resize
Bio.IO.AppliedBiosystems.DataParsers Namespace

[Missing <summary> documentation for "N:Bio.IO.AppliedBiosystems.DataParsers"]

Classes
  ClassDescription
Public classDataParserFactory
Creates abi parsers based on file format version.
Public classParserContext
Simple parser context.
Public classParserHelper
Provides helper methods for converting raw data to .Net data types.
Public classV1DataParser
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.
Interfaces
  InterfaceDescription
Public interfaceIAb1DataVisitor
Parsing visitor for constructing the Context during a abi parse operation. Each visit method handles a different known item within the abi file format.
Public interfaceIParserContext
Context for managing file import. After import this contains all data associated in the file.
Public interfaceIVersionedDataParser
Handle's parsing of a abi parser context based on a specific file version.