OmegaEngine API  1.0.3
Public Member Functions | Properties | List of all members
OmegaEngine.Storage.ContentArchiveEntry Struct Reference

Represents a file in a content archive. More...

Public Member Functions

 ContentArchiveEntry (ZipFile zipFile, ZipEntry zipEntry)
 Creates a new content file representation More...
 

Properties

ZipFile ZipFile [get]
 The archive containing the file. More...
 
ZipEntry ZipEntry [get]
 The actual content file. More...
 

Detailed Description

Represents a file in a content archive.

Constructor & Destructor Documentation

◆ ContentArchiveEntry()

OmegaEngine.Storage.ContentArchiveEntry.ContentArchiveEntry ( ZipFile  zipFile,
ZipEntry  zipEntry 
)
inline

Creates a new content file representation

Parameters
zipFileThe archive containing the file
zipEntryThe actual content file

Property Documentation

◆ ZipEntry

ZipEntry OmegaEngine.Storage.ContentArchiveEntry.ZipEntry
get

The actual content file.

◆ ZipFile

ZipFile OmegaEngine.Storage.ContentArchiveEntry.ZipFile
get

The archive containing the file.


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