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
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
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 
)

Definition at line 40 of file juce_ZipFile.cpp.

Member Function Documentation

◆ parseFileTime()

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

Definition at line 56 of file juce_ZipFile.cpp.

Member Data Documentation

◆ compressedSize

int64 juce::ZipFile::ZipEntryHolder::compressedSize

Definition at line 69 of file juce_ZipFile.cpp.

◆ entry

ZipEntry juce::ZipFile::ZipEntryHolder::entry

Definition at line 68 of file juce_ZipFile.cpp.

◆ isCompressed

bool juce::ZipFile::ZipEntryHolder::isCompressed

Definition at line 70 of file juce_ZipFile.cpp.

◆ streamOffset

int64 juce::ZipFile::ZipEntryHolder::streamOffset

Definition at line 69 of file juce_ZipFile.cpp.


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