Struct ErfFile
File stored in Erf class
Constructors
| Name | Description |
|---|---|
this
(name, type, data)
|
Construct a Erf file |
this
(filePath)
|
Fields
| Name | Type | Description |
|---|---|---|
data
|
ubyte[] | File raw data |
expectedLength
|
Nullable!size_t | Expected file size. If not null, can be used to detect truncated files |
m_name
|
string | |
type
|
ResourceType | File type (related with its extension) |
Methods
| Name | Description |
|---|---|
name
()
|
File name (without file extension) |