Click or drag to resize
Ab1Header Class
The header contains information about the abi file. This should always have the same format regardless of file version and so should be read first and then an appropriate parser chosen based on the file version.
Inheritance Hierarchy
SystemObject
  Bio.IO.AppliedBiosystemsAb1Header

Namespace: Bio.IO.AppliedBiosystems
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public class Ab1Header

The Ab1Header type exposes the following members.

Constructors
  NameDescription
Public methodAb1Header
Creates a new header and loads it from the specified stream.
Top
Properties
  NameDescription
Public propertyDirectoryEntries
Contains a list of all entries found within the file. This does not include the initial header directory.
Public propertyDirectoryEntryDefinition
The first directory entry found after the header. This defines the following content of the file.
Public propertyFileSignature
Identifies the file as an abi file. These are the first four bytes and should be ABIF.
Public propertyMajorVersion
Major version pulled from the Version property.
Public propertyVersion
Version of the abi file.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also