| FileOffset Structure |
Namespace: Bio.IO.BAM
The FileOffset type exposes the following members.
| Name | Description | |
|---|---|---|
| FileOffset |
Create a new file offset.
|
| Name | Description | |
|---|---|---|
| CompressedBlockOffset |
Gets or sets BGZF block start offset.
| |
| UncompressedBlockOffset |
Gets or sets an offset of uncompressed block inside a BGZF block
from which aligned sequences starts or ends.
|
| Name | Description | |
|---|---|---|
| CompareTo |
Compares two FileOffsets.
| |
| Equals(Object) |
Returns a value indicating whether this instance is equal to a specified FileOffset instance.
(Overrides ValueTypeEquals(Object).) | |
| Equals(FileOffset) |
Returns a value indicating whether this instance is equal to a specified FileOffset instance.
| |
| GetHashCode |
Gets the Hashcode for this instance.
(Overrides ValueTypeGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
| Equality |
Returns a value indicating whether x is equal to y.
| |
| GreaterThan |
Returns a value indicating whether x is greater than y.
| |
| GreaterThanOrEqual |
Returns a value indicating whether x is greater than or equal to y.
| |
| Inequality |
Returns a value indicating whether x is not equal to y.
| |
| LessThan |
Returns a value indicating whether x is less than y.
| |
| LessThanOrEqual |
Returns a value indicating whether x is less than or equal to y.
|
| Name | Description | |
|---|---|---|
| BothDataElements |
The two types are stored in one 64 bit field here.
|