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 | List of all members
juce::GZIPCompressorOutputStream::GZIPCompressorHelper Class Reference

Public Member Functions

 GZIPCompressorHelper (int compressionLevel, int windowBits)
 
bool write (const uint8 *data, size_t dataSize, OutputStream &out)
 
void finish (OutputStream &out)
 

Detailed Description

Definition at line 26 of file juce_GZIPCompressorOutputStream.cpp.

Constructor & Destructor Documentation

◆ GZIPCompressorHelper()

juce::GZIPCompressorOutputStream::GZIPCompressorHelper::GZIPCompressorHelper ( int  compressionLevel,
int  windowBits 
)

Definition at line 29 of file juce_GZIPCompressorOutputStream.cpp.

◆ ~GZIPCompressorHelper()

juce::GZIPCompressorOutputStream::GZIPCompressorHelper::~GZIPCompressorHelper ( )

Definition at line 40 of file juce_GZIPCompressorOutputStream.cpp.

Member Function Documentation

◆ finish()

void juce::GZIPCompressorOutputStream::GZIPCompressorHelper::finish ( OutputStream out)

Definition at line 59 of file juce_GZIPCompressorOutputStream.cpp.

◆ write()

bool juce::GZIPCompressorOutputStream::GZIPCompressorHelper::write ( const uint8 data,
size_t  dataSize,
OutputStream out 
)

Definition at line 46 of file juce_GZIPCompressorOutputStream.cpp.


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