ErfFile

File stored in Erf class

Constructors

this
this(string name, ResourceType type, ubyte[] data)

Construct a Erf file

this
this(string filePath)
Undocumented in source.

Members

Properties

name
string name [@property getter]
string name [@property setter]

File name (without file extension)

Variables

data
ubyte[] data;

File raw data

expectedLength
Nullable!size_t expectedLength;

Expected file size. If not null, can be used to detect truncated files

type
ResourceType type;

File type (related with its extension)

Meta