MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / readInputStream

Method readInputStream

src/main/java/net/minecraft/src/Config.java:1291–1293  ·  view source on GitHub ↗
(InputStream p_readInputStream_0_)

Source from the content-addressed store, hash-verified

1289 }
1290
1291 public static String readInputStream(InputStream p_readInputStream_0_) throws IOException {
1292 return readInputStream(p_readInputStream_0_, "ASCII");
1293 }
1294
1295 public static String readInputStream(InputStream p_readInputStream_0_, String p_readInputStream_1_) throws IOException {
1296 InputStreamReader inputstreamreader = new InputStreamReader(p_readInputStream_0_, p_readInputStream_1_);

Callers 4

updateMethod · 0.95
processMethod · 0.95
loadJsonMethod · 0.95
readFileMethod · 0.95

Calls 2

readLineMethod · 0.80
toStringMethod · 0.45

Tested by

no test coverage detected