Open 3D Engine AzFramework API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AZ::IO::ZipDir::FileEntryBase Struct Reference

Inherited by AZ::IO::ZipDir::FileEntry.

Public Member Functions

 FileEntryBase (const ZipFile::CDRFileHeader &header, const SExtraZipFileData &extra)
 

Public Attributes

ZipFile::DataDescriptor desc {}
 
uint32_t nFileDataOffset { INVALID_DATA_OFFSET }
 
uint32_t nFileHeaderOffset { INVALID_DATA_OFFSET }
 
uint32_t nNameOffset {}
 
uint16_t nMethod {}
 
uint16_t nReserved0 {}
 
uint16_t nLastModTime {}
 
uint16_t nLastModDate {}
 
uint64_t nNTFS_LastModifyTime {}
 
uint32_t nEOFOffset {}
 
bool bCheckCRCNextRead {}
 

Static Public Attributes

static constexpr uint32_t INVALID_DATA_OFFSET = 0xFFFFFFFF
 

The documentation for this struct was generated from the following file: