static IO_MODE getModeFromExtension(const char *fileName)
Returns the mode that fits to file's extension (using getDefaultFileExtension);.
static IO_MODE getModeFromContents(const char *fileName)
Returns the mode that fits to file's contents (only a small part of the file's contents is evaluated)...
@ IO_MODE_XML
import/export in XML format
@ IO_MODE_COUNT
counter only
@ IO_MODE_AUTO
auto detect format
static const char * getDefaultFileExtension(IO_MODE ioMode)
static const char * IO_MODE_TOKENS[]
static TreeNode * createRootTreeNode(IO_MODE ioMode, TreeNode::ConstructionMode conMode)
ConstructionMode
TreeNode construction modes.