FileOffsetUncompressedBlockOffset Property |
Gets or sets an offset of uncompressed block inside a BGZF block
from which aligned sequences starts or ends.
Namespace: Bio.IO.BAMAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic ushort UncompressedBlockOffset { get; }
Public ReadOnly Property UncompressedBlockOffset As UShort
Get
public:
property unsigned short UncompressedBlockOffset {
unsigned short get ();
}
member UncompressedBlockOffset : uint16 with get
Property Value
Type:
UInt16
See Also