OpenShot Library | libopenshot-audio 0.2.0
juce::ZipFile::ZipEntryHolder Struct Reference

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
 

Detailed Description

Definition at line 38 of file juce_ZipFile.cpp.

Constructor & Destructor Documentation

◆ ZipEntryHolder()

juce::ZipFile::ZipEntryHolder::ZipEntryHolder ( const char *  buffer,
int  fileNameLen 
)
inline

Definition at line 40 of file juce_ZipFile.cpp.

Member Function Documentation

◆ parseFileTime()

static Time juce::ZipFile::ZipEntryHolder::parseFileTime ( uint32  time,
uint32  date 
)
inlinestaticnoexcept

Definition at line 56 of file juce_ZipFile.cpp.

Member Data Documentation

◆ entry

ZipEntry juce::ZipFile::ZipEntryHolder::entry

Definition at line 68 of file juce_ZipFile.cpp.

◆ streamOffset

int64 juce::ZipFile::ZipEntryHolder::streamOffset

Definition at line 69 of file juce_ZipFile.cpp.

◆ compressedSize

int64 juce::ZipFile::ZipEntryHolder::compressedSize

Definition at line 69 of file juce_ZipFile.cpp.

◆ isCompressed

bool juce::ZipFile::ZipEntryHolder::isCompressed

Definition at line 70 of file juce_ZipFile.cpp.


The documentation for this struct was generated from the following file: