xoreos
0.0.5
|
Internal resource information. More...
Public Attributes | |
FileType | type |
The resource's type. More... | |
uint32 | offset |
The offset of the resource within the BZF. More... | |
uint32 | size |
The resource's size. More... | |
uint32 | packedSize |
Raw, compressed data size. More... | |
uint32 Aurora::BZFFile::IResource::offset |
The offset of the resource within the BZF.
Definition at line 85 of file bzffile.h.
Referenced by Aurora::BZFFile::getResource().
uint32 Aurora::BZFFile::IResource::packedSize |
Raw, compressed data size.
Definition at line 88 of file bzffile.h.
Referenced by Aurora::BZFFile::getResource().
uint32 Aurora::BZFFile::IResource::size |
The resource's size.
Definition at line 86 of file bzffile.h.
Referenced by Aurora::BZFFile::getResource(), and Aurora::BZFFile::getResourceSize().
FileType Aurora::BZFFile::IResource::type |