xoreos
0.0.5
|
Internal resource information. More...
Public Attributes | |
uint32 | offset |
The offset of the resource within the ERF. More... | |
uint32 | packedSize |
The resource's packed size. More... | |
uint32 | unpackedSize |
The resource's unpacked size. More... | |
uint32 Aurora::ERFFile::IResource::offset |
The offset of the resource within the ERF.
Definition at line 202 of file erffile.h.
Referenced by Aurora::ERFFile::getResource().
uint32 Aurora::ERFFile::IResource::packedSize |
The resource's packed size.
Definition at line 203 of file erffile.h.
Referenced by Aurora::ERFFile::getResource().
uint32 Aurora::ERFFile::IResource::unpackedSize |
The resource's unpacked size.
Definition at line 204 of file erffile.h.
Referenced by Aurora::ERFFile::getResource(), and Aurora::ERFFile::getResourceSize().