OpenShot Library | libopenshot-audio  0.2.0

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...
 

Detailed Description


Class Documentation

◆ juce::ZipFile::ZipEntry

struct juce::ZipFile::ZipEntry

Contains information about one of the entries in a ZipFile.

See also
ZipFile::getEntry

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.