OpenShot Library | OpenShotAudio
0.2.2
|
Classes | |
class | juce::GZIPCompressorOutputStream |
A stream which uses zlib to compress the data written into it. More... | |
class | juce::GZIPDecompressorInputStream |
This stream will decompress a source-stream using zlib. 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... | |
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.
Definition at line 76 of file juce_ZipFile.h.
Class Members | ||
---|---|---|
String | filename | The name of the file, which may also include a partial pathname. |
int64 | uncompressedSize | The file's original size. |
Time | fileTime | The last time the file was modified. |
bool | isSymbolicLink | True if the zip entry is a symbolic link. |
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. |