JUCE
Classes | Functions
juce_MemoryOutputStream.h File Reference

Classes

class  MemoryOutputStream
 Writes data to an internal memory buffer, which grows as required. More...
 

Functions

OutputStream &JUCE_CALLTYPE operator<< (OutputStream &stream, const MemoryOutputStream &streamToRead)
 Copies all the data that has been written to a MemoryOutputStream into another stream. More...
 

Function Documentation

OutputStream& JUCE_CALLTYPE operator<< ( OutputStream stream,
const MemoryOutputStream streamToRead 
)

Copies all the data that has been written to a MemoryOutputStream into another stream.

Referenced by MemoryOutputStream::getPosition().