Click or drag to resize
Ab1Parser Class
Parses an applied biosystems data file format as defined in: http://www6.appliedbiosystems.com/support/software_community/ABIF_File_Format.pdf
Inheritance Hierarchy
SystemObject
  Bio.IO.AppliedBiosystemsAb1Parser

Namespace: Bio.IO.AppliedBiosystems
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public sealed class Ab1Parser : ISequenceParser, 
	IParserWithAlphabet<ISequence>, IParser<ISequence>, IParser

The Ab1Parser type exposes the following members.

Constructors
  NameDescription
Public methodAb1Parser
Default constructor.
Top
Properties
  NameDescription
Public propertyAlphabet
Alphabet
Public propertyDescription
Description.
Public propertyName
Name.
Public propertySupportedFileTypes
Supported file types.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberParse(BinaryReader)
Parsers the files binary content into a abi parser context using the DNA alphabet.
Public methodParse(Stream)
Parser the file.
Public methodStatic memberParse(BinaryReader, IAlphabet)
Parsers the files binary content into a abi parser context using the specified alphabet.
Public methodParseOne
Parse a single sequence from the stream.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also