JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce_MemoryOutputStream.h File Reference
This graph shows which files directly or indirectly include this file:

Classes

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

Namespaces

 juce
 

Functions

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