OpenShot Library | OpenShotAudio  0.2.1
juce::GZIPDecompressorInputStream::GZIPDecompressHelper Class Reference

Public Types

enum  { gzipDecompBufferSize = 32768 }
 

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 = true
 
bool needsDictionary = false
 
bool error = true
 
bool streamIsValid = false
 

Detailed Description

Definition at line 114 of file juce_GZIPDecompressorInputStream.cpp.


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