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 Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
juce::GZIPDecompressorInputStream::GZIPDecompressHelper Class Reference

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
 

Detailed Description

Definition at line 93 of file juce_GZIPDecompressorInputStream.cpp.

Member Enumeration Documentation

◆ anonymous enum

Definition at line 172 of file juce_GZIPDecompressorInputStream.cpp.

Constructor & Destructor Documentation

◆ GZIPDecompressHelper()

juce::GZIPDecompressorInputStream::GZIPDecompressHelper::GZIPDecompressHelper ( Format  f)

Definition at line 96 of file juce_GZIPDecompressorInputStream.cpp.

◆ ~GZIPDecompressHelper()

juce::GZIPDecompressorInputStream::GZIPDecompressHelper::~GZIPDecompressHelper ( )

Definition at line 104 of file juce_GZIPDecompressorInputStream.cpp.

Member Function Documentation

◆ doNextBlock()

int juce::GZIPDecompressorInputStream::GZIPDecompressHelper::doNextBlock ( uint8 *const  dest,
const unsigned int  destSize 
)

Definition at line 118 of file juce_GZIPDecompressorInputStream.cpp.

◆ getBitsForFormat()

static int juce::GZIPDecompressorInputStream::GZIPDecompressHelper::getBitsForFormat ( Format  f)
staticnoexcept

Definition at line 157 of file juce_GZIPDecompressorInputStream.cpp.

◆ needsInput()

bool juce::GZIPDecompressorInputStream::GZIPDecompressHelper::needsInput ( ) const
noexcept

Definition at line 110 of file juce_GZIPDecompressorInputStream.cpp.

◆ setInput()

void juce::GZIPDecompressorInputStream::GZIPDecompressHelper::setInput ( uint8 *const  data_,
const size_t  size 
)
noexcept

Definition at line 112 of file juce_GZIPDecompressorInputStream.cpp.

Member Data Documentation

◆ error

bool juce::GZIPDecompressorInputStream::GZIPDecompressHelper::error

Definition at line 170 of file juce_GZIPDecompressorInputStream.cpp.

◆ finished

bool juce::GZIPDecompressorInputStream::GZIPDecompressHelper::finished

Definition at line 170 of file juce_GZIPDecompressorInputStream.cpp.

◆ needsDictionary

bool juce::GZIPDecompressorInputStream::GZIPDecompressHelper::needsDictionary

Definition at line 170 of file juce_GZIPDecompressorInputStream.cpp.

◆ streamIsValid

bool juce::GZIPDecompressorInputStream::GZIPDecompressHelper::streamIsValid

Definition at line 170 of file juce_GZIPDecompressorInputStream.cpp.


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