Click or drag to resize
FileOffset Structure
Class to hold offset of a BAM file.

Namespace: Bio.IO.BAM
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public struct FileOffset : IComparable<FileOffset>

The FileOffset type exposes the following members.

Constructors
  NameDescription
Public methodFileOffset
Create a new file offset.
Top
Properties
  NameDescription
Public propertyCompressedBlockOffset
Gets or sets BGZF block start offset.
Public propertyUncompressedBlockOffset
Gets or sets an offset of uncompressed block inside a BGZF block from which aligned sequences starts or ends.
Top
Methods
  NameDescription
Public methodCompareTo
Compares two FileOffsets.
Public methodEquals(Object)
Returns a value indicating whether this instance is equal to a specified FileOffset instance.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(FileOffset)
Returns a value indicating whether this instance is equal to a specified FileOffset instance.
Public methodGetHashCode
Gets the Hashcode for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Returns a value indicating whether x is equal to y.
Public operatorStatic memberGreaterThan
Returns a value indicating whether x is greater than y.
Public operatorStatic memberGreaterThanOrEqual
Returns a value indicating whether x is greater than or equal to y.
Public operatorStatic memberInequality
Returns a value indicating whether x is not equal to y.
Public operatorStatic memberLessThan
Returns a value indicating whether x is less than y.
Public operatorStatic memberLessThanOrEqual
Returns a value indicating whether x is less than or equal to y.
Top
Fields
  NameDescription
Public fieldBothDataElements
The two types are stored in one 64 bit field here.
Top
See Also