This is the complete list of members for juce::ZipFile, including all inherited members.
createStreamForEntry(int index) | juce::ZipFile | |
createStreamForEntry(const ZipEntry &entry) | juce::ZipFile | |
entries | juce::ZipFile | private |
getEntry(int index) const noexcept | juce::ZipFile | |
getEntry(const String &fileName, bool ignoreCase=false) const noexcept | juce::ZipFile | |
getIndexOfFileName(const String &fileName, bool ignoreCase=false) const noexcept | juce::ZipFile | |
getNumEntries() const noexcept | juce::ZipFile | |
init() | juce::ZipFile | private |
inputSource | juce::ZipFile | private |
inputStream | juce::ZipFile | private |
lock | juce::ZipFile | private |
sortEntriesByFilename() | juce::ZipFile | |
streamCounter | juce::ZipFile | private |
streamToDelete | juce::ZipFile | private |
uncompressEntry(int index, const File &targetDirectory, bool shouldOverwriteFiles=true) | juce::ZipFile | |
uncompressTo(const File &targetDirectory, bool shouldOverwriteFiles=true) | juce::ZipFile | |
ZipFile(const File &file) | juce::ZipFile | explicit |
ZipFile(InputStream *inputStream, bool deleteStreamWhenDestroyed) | juce::ZipFile | |
ZipFile(InputStream &inputStream) | juce::ZipFile | explicit |
ZipFile(InputSource *inputSource) | juce::ZipFile | explicit |
~ZipFile() | juce::ZipFile |