openshot-audio  0.1.7
Public Attributes | List of all members
ZipFile::ZipEntry Struct Reference

#include <juce_ZipFile.h>

Public Attributes

String filename
 
unsigned int uncompressedSize
 
Time fileTime
 

Detailed Description

Contains information about one of the entries in a ZipFile.

See also
ZipFile::getEntry

Member Data Documentation

◆ filename

String ZipFile::ZipEntry::filename

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

◆ fileTime

Time ZipFile::ZipEntry::fileTime

The last time the file was modified.

◆ uncompressedSize

unsigned int ZipFile::ZipEntry::uncompressedSize

The file's original size.


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