ASPiK SDK
VSTGUI::InputStream Class Referenceabstract

#include <cstream.h>

Inheritance diagram for VSTGUI::InputStream:
VSTGUI::CFileStream VSTGUI::CMemoryStream VSTGUI::CResourceInputStream VSTGUI::ZLibInputStream VSTGUI::Xml::MemoryContentProvider

Public Member Functions

 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)
 
virtual bool operator>> (std::string &string)=0
 
virtual uint32_t readRaw (void *buffer, uint32_t size)=0
 

Detailed Description

ByteOrder aware input stream interface


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