Class FastGff

GFF file parser

class FastGff ;

Constructors

NameDescription
this (filePath) Parse GFF file
this (rawData) Parse GFF raw data

Properties

NameTypeDescription
fileType[get] stringGFF file type string
fileVersion[get] stringGFF file version string
root[get] const(GffStruct)Get root node (accessible with alias this)

Methods

NameDescription
dump ()
toPrettyString () Serialize the entire file in a human-readable format