|
VSTGUI
4.4
Graphical User Interface Framework not only for VST plugins
|
Resource input stream. More...
Inheritance diagram for CResourceInputStream:Public Member Functions | |
| CResourceInputStream (ByteOrder byteOrder=kNativeByteOrder) | |
| ~CResourceInputStream () | |
| bool | open (const CResourceDescription &res) |
| virtual bool | operator>> (std::string &string) |
| virtual uint32_t | readRaw (void *buffer, uint32_t size) |
| virtual int64_t | seek (int64_t pos, SeekMode mode) |
| returns -1 if seek fails otherwise new position More... | |
| virtual int64_t | tell () const |
| virtual void | rewind () |
Public Member Functions inherited from InputStream | |
| InputStream (ByteOrder byteOrder=kNativeByteOrder) | |
| virtual | ~InputStream () |
| 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) |
Public Member Functions inherited from SeekableStream | |
| virtual | ~SeekableStream () |
Protected Attributes | |
| void * | platformHandle |
Additional Inherited Members | |
Public Types inherited from SeekableStream | |
| enum | SeekMode { kSeekSet, kSeekCurrent, kSeekEnd } |
Resource input stream.
| CResourceInputStream | ( | ByteOrder | byteOrder = kNativeByteOrder | ) |
| ~CResourceInputStream | ( | ) |
| bool open | ( | const CResourceDescription & | res | ) |
|
inlinevirtual |
Implements InputStream.
|
virtual |
Implements InputStream.
|
virtual |
Implements SeekableStream.
|
virtual |
returns -1 if seek fails otherwise new position
Implements SeekableStream.
|
virtual |
Implements SeekableStream.
|
protected |