struct
RecordInfoA structure that contains the metadata of a file stored in a database, such as the offset in the package file and the size.
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.