xoreos  0.0.5
Public Attributes | List of all members
Common::ZipFile::IFile Struct Reference

Internal file information. More...

Public Attributes

uint32 offset
 The offset of the file within the ZIP. More...
 
uint32 size
 The file's size. More...
 

Detailed Description

Internal file information.

Definition at line 66 of file zipfile.h.

Member Data Documentation

◆ offset

uint32 Common::ZipFile::IFile::offset

The offset of the file within the ZIP.

Definition at line 67 of file zipfile.h.

Referenced by Common::ZipFile::getFileProperties(), and Common::ZipFile::load().

◆ size

uint32 Common::ZipFile::IFile::size

The file's size.

Definition at line 68 of file zipfile.h.

Referenced by Common::ZipFile::getFileSize(), and Common::ZipFile::load().


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