VirtualOffset.this

  1. this(ulong coffset, ushort uoffset)
    struct VirtualOffset
    nothrow @safe
    this
    (
    ulong coffset
    ,
    ushort uoffset
    )
  2. this(ulong voffset)

Parameters

coffset ulong

unsigned byte offset into the BGZF file to the beginning of a BGZF block. Must be strictly less than 2^48.

uoffset ushort

unsigned byte offset into the uncompressed data stream represented by that BGZF block

Meta