|
JUCE
|
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... | |
| 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().