Archive

Constructors

this
this(string path)

Open a DBPF archive from the given file path.

Members

Aliases

Head
alias Head = Header!DBPF
Undocumented in source.
Table
alias Table = IndexTable!V
Undocumented in source.

Functions

close
void close()

Variables

entries
Table[] entries;
metadata
Head metadata;
path
string path;

Meta