Class FastGff
GFF file parser
class FastGff
;
Constructors
Name | Description |
---|---|
this
(filePath)
|
Parse GFF file |
this
(rawData)
|
Parse GFF raw data |
Properties
Name | Type | Description |
---|---|---|
fileType [get]
|
string | GFF file type string |
fileVersion [get]
|
string | GFF file version string |
root [get]
|
const(GffStruct) | Get root node (accessible with alias this) |
Methods
Name | Description |
---|---|
dump
()
|
|
toPrettyString
()
|
Serialize the entire file in a human-readable format |