ASPiK SDK
VSTGUI::ZLibInputStream Class Reference
Inheritance diagram for VSTGUI::ZLibInputStream:
VSTGUI::InputStream

Public Member Functions

 ZLibInputStream (ByteOrder byteOrder=kNativeByteOrder)
 
bool open (InputStream &stream)
 
bool operator>> (std::string &string) override
 
uint32_t readRaw (void *buffer, uint32_t size) override
 
- Public Member Functions inherited from VSTGUI::InputStream
 InputStream (ByteOrder byteOrder=kNativeByteOrder)
 
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)
 

Protected Attributes

z_streamp zstream
 
InputStreamstream
 
void * internalBuffer
 
uint32_t internalBufferSize
 

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