MCPcopy Create free account
hub / github.com/HumbleNet/HumbleNet / readIntoMemoryBlock

Method readIntoMemoryBlock

3rdparty/Amalgamate/juce_core_amalgam.cpp:8395–8399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8393}
8394
8395int InputStream::readIntoMemoryBlock (MemoryBlock& block, ssize_t numBytes)
8396{
8397 MemoryOutputStream mo (block, true);
8398 return mo.writeFromInputStream (*this, numBytes);
8399}
8400
8401String InputStream::readEntireStreamAsString()
8402{

Callers 3

loadFileAsDataMethod · 0.80
initMethod · 0.80

Calls 1

writeFromInputStreamMethod · 0.80

Tested by

no test coverage detected