ASPiK SDK
VSTGUI::CResourceInputStream Class Reference

#include <cstream.h>

Inheritance diagram for VSTGUI::CResourceInputStream:
VSTGUI::InputStream VSTGUI::SeekableStream

Public Member Functions

 CResourceInputStream (ByteOrder byteOrder=kNativeByteOrder)
 
bool open (const CResourceDescription &res)
 
bool operator>> (std::string &string) override
 
uint32_t readRaw (void *buffer, uint32_t size) override
 
int64_t seek (int64_t pos, SeekMode mode) override
 returns -1 if seek fails otherwise new position
 
int64_t tell () const override
 
void rewind () 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

void * platformHandle
 

Additional Inherited Members

- Public Types inherited from VSTGUI::SeekableStream
enum  SeekMode { kSeekSet, kSeekCurrent, kSeekEnd }
 

Detailed Description

Resource input stream


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