Click or drag to resize
DeltaAlignmentParser Class
This parser reads from a source of text that contains DeltaAlignments and converts the data to in-memory DeltaAlignment objects.
Inheritance Hierarchy
SystemObject
  Bio.UtilDeltaAlignmentParser

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public sealed class DeltaAlignmentParser : IDisposable

The DeltaAlignmentParser type exposes the following members.

Constructors
  NameDescription
Public methodDeltaAlignmentParser
Initializes a new instance of the DeltaAlignmentParser class by loading the specified filename.
Top
Properties
  NameDescription
Public propertyQueryParser
Gets the query parser.
Top
Methods
  NameDescription
Public methodDispose
Disposes the underlying stream.
Public methodDispose(Boolean)
Dispose the stream.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetDeltaAlignmentAt
Gets the DeltaAlignment at specified position of the file.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetPositions
Gets the position of DeltaAlignments in the specified file.
Public methodGetQuerySeqIdAt
Gets the query sequence id in the DeltaAlignment at specified position.
Public methodGetQuerySeqIds
Gets Delta alignment id and query sequence ids pairs.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodParse
Returns an IEnumerable of DeltaAlignment in the file being parsed.
Public methodParseFrom
Starts parsing of delta alignments from the specified position of the file.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also