OmniPvdMemoryStream#
Defined in pvdruntime/include/OmniPvdMemoryStream.h
-
class OmniPvdMemoryStream#
Used to abstract a memory read/write stream.
Used to get the read and write streams.
Public Functions
-
inline virtual ~OmniPvdMemoryStream()#
-
virtual OmniPvdReadStream *getReadStream() = 0#
Used to get the read stream.
- Returns:
The read stream
-
virtual OmniPvdWriteStream *getWriteStream() = 0#
Used to get the write stream.
- Returns:
The write stream
-
virtual uint64_t setBufferSize(uint64_t bufferLength) = 0#
Sets the buffer size in bytes of the memory streams.
- Returns:
The actually allocated length of the memory stream
-
inline virtual ~OmniPvdMemoryStream()#