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

Method readEntireStreamAsString

3rdparty/Amalgamate/juce_core_amalgam.cpp:8401–8406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8399}
8400
8401String InputStream::readEntireStreamAsString()
8402{
8403 MemoryOutputStream mo;
8404 mo << *this;
8405 return mo.toString();
8406}
8407
8408void InputStream::skipNextBytes (int64 numBytesToSkip)
8409{

Callers 4

loadFileAsStringMethod · 0.80
parseMethod · 0.80
readEntireTextStreamMethod · 0.80
getFileContentsMethod · 0.80

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected