JUCE v8.0.9
JUCE API
 
Loading...
Searching...
No Matches
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

namespace  juce
 

Functions

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