struct
#include <Spore/Resource/RecordInfo.h>
RecordInfo A structure that contains the metadata of a file stored in a database, such as the offset in the package file and the size.
Contents
- Reference
Public variables
- size_t chunkOffset
- The offset, in bytes, of the file data inside the package file.
- size_t compressedSize
- The size, in bytes, that this file occupies inside the package file.
- size_t memorySize
- The size, in bytes, that this file occupies in memory, once uncompressed.
- short flags
- 0 -> no compression, -1 -> compressed
- bool isSaved
- Whether this item has been saved and written into the package.