|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
Go to the source code of this file.
Classes | |
| class | juce::ZipFile |
| Decodes a ZIP file from a stream. More... | |
| struct | juce::ZipFile::ZipEntry |
| Contains information about one of the entries in a ZipFile. More... | |
| class | juce::ZipFile::Builder |
| Used to create a new zip file. More... | |
Namespaces | |
| namespace | juce |
| JUCE Namespace. | |
| struct juce::ZipFile::ZipEntry |
Contains information about one of the entries in a ZipFile.
Definition at line 72 of file juce_ZipFile.h.
| Class Members | ||
|---|---|---|
| uint32 | externalFileAttributes |
Platform specific data. Depending on how the zip file was created this may contain macOS and Linux file types, permissions and setuid/setgid/sticky bits. |
| String | filename | The name of the file, which may also include a partial pathname. |
| Time | fileTime | The last time the file was modified. |
| bool | isSymbolicLink | True if the zip entry is a symbolic link. |
| int64 | uncompressedSize | The file's original size. |