ReferenceSequenceInfo

Stores basic information about reference sequence.

Constructors

this
this(string name, int length)
this
this(Stream stream)

Constructs the structure from input stream

Members

Functions

length
int length()

Reference sequence length

name
string name()

Reference sequence name (null byte is guaranteed to follow the returned slice)

Meta