|
AZ::IO::Path | m_relativeFilePath |
| The file path of the file being queried.
|
|
ArchiveFileToken | m_filePathToken { InvalidArchiveFileToken } |
| Identifier token that allows for quicker lookup of the file in the archive TOC.
|
|
Compression::CompressionAlgorithmId | m_compressionAlgorithm { Compression::Uncompressed } |
| The compression algorithm ID representing the compression algorithm used to store the file.
|
|
AZ::u64 | m_uncompressedSize {} |
| The uncompressed size of the removed file.
|
|
AZ::u64 | m_compressedSize {} |
|
ArchiveHeader::TocOffsetU64 | m_offset {} |
|
AZ::Crc32 | m_crc32 {} |
| CRC32 checksum of the uncompressed file data.
|
|
ResultOutcome | m_resultOutcome |
| Stores error and information messages with listing the contents of the file.
|
|
Returns a result structure that indicates if removal of a content file from the archive was successful Metadata about the file is returned, such as its file path, compressed algorithm ID offset from the beginning of the raw file data blocks, uncompressed size and compressed size