|
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 Types | |
| enum | { gzipDecompBufferSize } |
Public Member Functions | |
| GZIPDecompressHelper (Format f) | |
| bool | needsInput () const noexcept |
| void | setInput (uint8 *const data_, const size_t size) noexcept |
| int | doNextBlock (uint8 *const dest, const unsigned int destSize) |
Static Public Member Functions | |
| static int | getBitsForFormat (Format f) noexcept |
Public Attributes | |
| bool | finished |
| bool | needsDictionary |
| bool | error |
| bool | streamIsValid |
Definition at line 93 of file juce_GZIPDecompressorInputStream.cpp.
Definition at line 172 of file juce_GZIPDecompressorInputStream.cpp.
| juce::GZIPDecompressorInputStream::GZIPDecompressHelper::GZIPDecompressHelper | ( | Format | f | ) |
Definition at line 96 of file juce_GZIPDecompressorInputStream.cpp.
| juce::GZIPDecompressorInputStream::GZIPDecompressHelper::~GZIPDecompressHelper | ( | ) |
Definition at line 104 of file juce_GZIPDecompressorInputStream.cpp.
| int juce::GZIPDecompressorInputStream::GZIPDecompressHelper::doNextBlock | ( | uint8 *const | dest, |
| const unsigned int | destSize | ||
| ) |
Definition at line 118 of file juce_GZIPDecompressorInputStream.cpp.
|
staticnoexcept |
Definition at line 157 of file juce_GZIPDecompressorInputStream.cpp.
|
noexcept |
Definition at line 110 of file juce_GZIPDecompressorInputStream.cpp.
|
noexcept |
Definition at line 112 of file juce_GZIPDecompressorInputStream.cpp.
| bool juce::GZIPDecompressorInputStream::GZIPDecompressHelper::error |
Definition at line 170 of file juce_GZIPDecompressorInputStream.cpp.
| bool juce::GZIPDecompressorInputStream::GZIPDecompressHelper::finished |
Definition at line 170 of file juce_GZIPDecompressorInputStream.cpp.
| bool juce::GZIPDecompressorInputStream::GZIPDecompressHelper::needsDictionary |
Definition at line 170 of file juce_GZIPDecompressorInputStream.cpp.
| bool juce::GZIPDecompressorInputStream::GZIPDecompressHelper::streamIsValid |
Definition at line 170 of file juce_GZIPDecompressorInputStream.cpp.