JUCE
Public Attributes | List of all members
ZipFile::ZipEntry Struct Reference

Contains information about one of the entries in a ZipFile. More...

Public Attributes

String filename
 The name of the file, which may also include a partial pathname. More...
 
int64 uncompressedSize
 The file's original size. More...
 
Time fileTime
 The last time the file was modified. More...
 

Detailed Description

Contains information about one of the entries in a ZipFile.

See also
ZipFile::getEntry

Member Data Documentation

String ZipFile::ZipEntry::filename

The name of the file, which may also include a partial pathname.

int64 ZipFile::ZipEntry::uncompressedSize

The file's original size.

Time ZipFile::ZipEntry::fileTime

The last time the file was modified.


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