MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / openInputStream

Method openInputStream

src/main/java/io/file/FileIO.java:143–143  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

141 public abstract OutputStream openOutputStream() throws IOException;
142
143 public abstract InputStream openInputStream() throws IOException;
144
145 public abstract void close() throws IOException;
146

Callers 7

readFileMethod · 0.95
fileReadUtfMethod · 0.95
loadFromFileMethod · 0.95
getFileSizeMethod · 0.95
readByteBlockMethod · 0.95
Utf8IOStreamMethod · 0.45
TransferTaskMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected