|
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 |
Public Member Functions | |
| GZIPCompressorHelper (int compressionLevel, int windowBits) | |
| bool | write (const uint8 *data, size_t dataSize, OutputStream &out) |
| void | finish (OutputStream &out) |
Definition at line 26 of file juce_GZIPCompressorOutputStream.cpp.
| juce::GZIPCompressorOutputStream::GZIPCompressorHelper::GZIPCompressorHelper | ( | int | compressionLevel, |
| int | windowBits | ||
| ) |
Definition at line 29 of file juce_GZIPCompressorOutputStream.cpp.
| juce::GZIPCompressorOutputStream::GZIPCompressorHelper::~GZIPCompressorHelper | ( | ) |
Definition at line 40 of file juce_GZIPCompressorOutputStream.cpp.
| void juce::GZIPCompressorOutputStream::GZIPCompressorHelper::finish | ( | OutputStream & | out | ) |
Definition at line 59 of file juce_GZIPCompressorOutputStream.cpp.
| bool juce::GZIPCompressorOutputStream::GZIPCompressorHelper::write | ( | const uint8 * | data, |
| size_t | dataSize, | ||
| OutputStream & | out | ||
| ) |
Definition at line 46 of file juce_GZIPCompressorOutputStream.cpp.