1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_core/streams
reuk 84d4c8794a
MemoryOutputStream: Avoid allocating unnecessarily large buffers
Previously, we would allocate storage large enough to fit the entire
contents of the input stream, even if this was lower than the
maxNumBytesToWrite.
2022-12-14 11:12:33 +00:00
..
juce_AndroidDocumentInputSource.h Android: Add AndroidDocumentInputSource, allowing for interop between the AudioThumbnail and AndroidDocument types 2022-08-04 22:51:16 +01:00
juce_BufferedInputStream.cpp Update copyright banners 2022-04-04 12:36:32 +01:00
juce_BufferedInputStream.h Update copyright banners 2022-04-04 12:36:32 +01:00
juce_FileInputSource.cpp Update copyright banners 2022-04-04 12:36:32 +01:00
juce_FileInputSource.h Update copyright banners 2022-04-04 12:36:32 +01:00
juce_InputSource.h Update copyright banners 2022-04-04 12:36:32 +01:00
juce_InputStream.cpp Update copyright banners 2022-04-04 12:36:32 +01:00
juce_InputStream.h Update copyright banners 2022-04-04 12:36:32 +01:00
juce_MemoryInputStream.cpp Update copyright banners 2022-04-04 12:36:32 +01:00
juce_MemoryInputStream.h Update copyright banners 2022-04-04 12:36:32 +01:00
juce_MemoryOutputStream.cpp MemoryOutputStream: Avoid allocating unnecessarily large buffers 2022-12-14 11:12:33 +00:00
juce_MemoryOutputStream.h Update copyright banners 2022-04-04 12:36:32 +01:00
juce_OutputStream.cpp Update copyright banners 2022-04-04 12:36:32 +01:00
juce_OutputStream.h Update copyright banners 2022-04-04 12:36:32 +01:00
juce_SubregionStream.cpp Update copyright banners 2022-04-04 12:36:32 +01:00
juce_SubregionStream.h Update copyright banners 2022-04-04 12:36:32 +01:00
juce_URLInputSource.cpp Update copyright banners 2022-04-04 12:36:32 +01:00
juce_URLInputSource.h Update copyright banners 2022-04-04 12:36:32 +01:00