PPC

Undocumented in source.

Constructors

this
this(string file)

Create a new PPC file from file

this
this(MemFile file)

Create a new PPC file from memory

Members

Functions

setData
void setData(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

author
char[32] author;

Author of the file

contentType
Types contentType;

Content type of the internal content

data
MemFile data;

The content data

license
char[16] license;

License of the content

options
ulong options;

Options for the file

version_
uint version_;

Version of the PPC file

Meta