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

Method createInputStream

3rdparty/Amalgamate/juce_core_amalgam.cpp:2526–2532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2524}
2525
2526FileInputStream* File::createInputStream() const
2527{
2528 if (existsAsFile())
2529 return new FileInputStream (*this);
2530
2531 return nullptr;
2532}
2533
2534FileOutputStream* File::createOutputStream (const int bufferSize) const
2535{

Callers 6

calculateFileHashCodeMethod · 0.80
trimFileSizeMethod · 0.80
createInputStreamForMethod · 0.80
getDocumentElementMethod · 0.80
ZipInputStreamMethod · 0.80
initMethod · 0.80

Calls 3

createHeadersAndPostDataFunction · 0.85
toStringFunction · 0.85
endsWithCharMethod · 0.80

Tested by

no test coverage detected