Class Gff

Complete GFF file

class Gff ;

Constructors

NameDescription
this () Empty GFF
this (data) Create a Gff by parsing the binary format
this (file) Create a Gff by parsing a file in binary format
this (path)
this (json) Create a Gff by parsing JSON

Fields

NameTypeDescription
root GffStructRoot GffStruct

Properties

NameTypeDescription
fileType[get, set] stringGFF type name stored in the GFF file Max width: 4 chars
fileVersion[get, set] stringGFF version stored in the GFF file. Usually "V3.2" Max width: 4 chars

Methods

NameDescription
serialize () Convert to binary format
toJson (structAsList) Convert to JSON
toPrettyString () Converts the GFF into a user-friendly string