FileFormat

File format info.

Constructors

this
this(FileFormat rhs)
Undocumented in source.

Members

Functions

opAssign
FileFormat opAssign(FileFormat rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(FileFormat rhs)

Implements comparison.

Variables

completeMatchOnly
bool completeMatchOnly;

If true, then the format is valid only if both the extension and the signature match.

description
string description;

Format brief description.

extendedDescription
string extendedDescription;

Big description. Reserved for future use.

extensions
string[] extensions;

List of file suffixes used by the format.

format
string format;

Format name.

group
string group;

Format group name (Audio, Pictures, Archives, etc.).

signatures
Signature[] signatures;

Key byte sequences and offsets.

Meta