![]() |
XII Release 0.1.0
|
Data for a single file entry in a xiiArchive file. More...
#include <Archive.h>
Public Member Functions | |
xiiResult | Serialize (xiiStreamWriter &ref_stream) const |
xiiResult | Deserialize (xiiStreamReader &ref_stream) |
Public Attributes | |
xiiUInt64 | m_uiDataStartOffset = 0 |
Byte offset for where the file's (compressed) data stream starts in the xiiArchive. | |
xiiUInt64 | m_uiUncompressedDataSize = 0 |
Size of the original uncompressed data. | |
xiiUInt64 | m_uiStoredDataSize = 0 |
The amount of (compressed) bytes actually stored in the xiiArchive. | |
xiiUInt32 | m_uiPathStringOffset = 0 |
Byte offset into xiiArchiveTOC::m_AllPathStrings where the path string for this entry resides. | |
xiiArchiveCompressionMode | m_CompressionMode = xiiArchiveCompressionMode::Uncompressed |
Data for a single file entry in a xiiArchive file.