![]() |
Plasma Engine
2.0
|
Data for a single file entry in an plArchive file. More...
#include <Archive.h>
Public Member Functions | |
| plResult | Serialize (plStreamWriter &inout_stream) const |
| plResult | Deserialize (plStreamReader &inout_stream) |
Public Attributes | |
| plUInt64 | m_uiDataStartOffset = 0 |
| Byte offset for where the file's (compressed) data stream starts in the plArchive. | |
| plUInt64 | m_uiUncompressedDataSize = 0 |
| Size of the original uncompressed data. | |
| plUInt64 | m_uiStoredDataSize = 0 |
| The amount of (compressed) bytes actually stored in the plArchive. | |
| plUInt32 | m_uiPathStringOffset = 0 |
| Byte offset into plArchiveTOC::m_AllPathStrings where the path string for this entry resides. | |
| plArchiveCompressionMode | m_CompressionMode = plArchiveCompressionMode::Uncompressed |
Data for a single file entry in an plArchive file.