VirtualOffset

Structure representing virtual offset in BGZF-compressed file.

Constructors

this
this(ulong coffset, ushort uoffset)
this
this(ulong voffset)
coffset
ulong coffset()

Set both coffset and uoffset packed as (coffset<<16)|uoffset

Members

Functions

opCast
ulong opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(VirtualOffset other)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(VirtualOffset other)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(ulong voffset)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()

String representation in format "<coffset>/<uoffset>"

uoffset
ushort uoffset()

Set both coffset and uoffset packed as (coffset<<16)|uoffset

Meta