|
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 |
Public Member Functions | |
| ZipEntryHolder (const char *buffer, int fileNameLen) | |
Static Public Member Functions | |
| static Time | parseFileTime (uint32 time, uint32 date) noexcept |
Public Attributes | |
| ZipEntry | entry |
| int64 | streamOffset |
| int64 | compressedSize |
| bool | isCompressed |
Definition at line 38 of file juce_ZipFile.cpp.
Definition at line 40 of file juce_ZipFile.cpp.
|
staticnoexcept |
Definition at line 56 of file juce_ZipFile.cpp.
| int64 juce::ZipFile::ZipEntryHolder::compressedSize |
Definition at line 69 of file juce_ZipFile.cpp.
| ZipEntry juce::ZipFile::ZipEntryHolder::entry |
Definition at line 68 of file juce_ZipFile.cpp.
| bool juce::ZipFile::ZipEntryHolder::isCompressed |
Definition at line 70 of file juce_ZipFile.cpp.
| int64 juce::ZipFile::ZipEntryHolder::streamOffset |
Definition at line 69 of file juce_ZipFile.cpp.