VSTGUI 4.10
Graphical User Interface Framework not only for VST plugins
Loading...
Searching...
No Matches
ZLibInputStream Class Reference

#include <cstream_zlib.h>

+ Inheritance diagram for ZLibInputStream:

Classes

struct  Impl
 

Public Member Functions

 ZLibInputStream (ByteOrder byteOrder=kNativeByteOrder)
 
 ~ZLibInputStream () noexcept
 
bool open (InputStream &stream)
 
bool operator>> (std::string &string) override
 
uint32_t readRaw (void *buffer, uint32_t size) override
 
- Public Member Functions inherited from InputStream
 InputStream (ByteOrder byteOrder=kNativeByteOrder)
 
virtual ~InputStream () noexcept=default
 
ByteOrder getByteOrder () const
 
void setByteOrder (ByteOrder newByteOrder)
 
bool operator>> (int8_t &output)
 
bool operator>> (uint8_t &output)
 
bool operator>> (int16_t &output)
 
bool operator>> (uint16_t &output)
 
bool operator>> (int32_t &output)
 
bool operator>> (uint32_t &output)
 
bool operator>> (int64_t &output)
 
bool operator>> (uint64_t &output)
 
bool operator>> (double &output)
 

Constructor & Destructor Documentation

◆ ZLibInputStream()

◆ ~ZLibInputStream()

~ZLibInputStream ( )
noexcept

Member Function Documentation

◆ open()

bool open ( InputStream & stream)

◆ operator>>()

bool operator>> ( std::string & string)
inlineoverridevirtual

Implements InputStream.

◆ readRaw()

uint32_t readRaw ( void * buffer,
uint32_t size )
overridevirtual

Implements InputStream.


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