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

Method readFile

src/main/java/net/minecraft/src/Config.java:1286–1289  ·  view source on GitHub ↗
(File p_readFile_0_)

Source from the content-addressed store, hash-verified

1284 }
1285
1286 public static String readFile(File p_readFile_0_) throws IOException {
1287 FileInputStream fileinputstream = new FileInputStream(p_readFile_0_);
1288 return readInputStream(fileinputstream, "ASCII");
1289 }
1290
1291 public static String readInputStream(InputStream p_readInputStream_0_) throws IOException {
1292 return readInputStream(p_readInputStream_0_, "ASCII");

Callers

nothing calls this directly

Calls 1

readInputStreamMethod · 0.95

Tested by

no test coverage detected