MCPcopy Create free account
hub / github.com/M66B/FairEmail / readStream

Method readStream

app/src/main/java/eu/faircode/email/Helper.java:3054–3056  ·  view source on GitHub ↗
(InputStream is)

Source from the content-addressed store, hash-verified

3052 }
3053
3054 static String readStream(InputStream is) throws IOException {
3055 return readStream(is, StandardCharsets.UTF_8);
3056 }
3057
3058 static String readStream(InputStream is, Charset charset) throws IOException {
3059 ByteArrayOutputStream os = new ByteArrayOutputStream(Math.max(BUFFER_SIZE, is.available()));

Callers 15

uploadMethod · 0.95
callMethod · 0.95
onExecuteMethod · 0.95
onExecuteMethod · 0.95
getBraveDebounceMethod · 0.95
getLanguagesMethod · 0.95
getSuggestionsMethod · 0.95
modifyDictionaryMethod · 0.95
getWordsMethod · 0.95
checkStatusMethod · 0.95
updateSyncdataMethod · 0.95
_callMethod · 0.95

Calls 4

maxMethod · 0.80
availableMethod · 0.45
readMethod · 0.45
writeMethod · 0.45

Tested by

no test coverage detected