JUCE  v5.4.1-191-g0ab5e696f
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...