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

Method close

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

Source from the content-addressed store, hash-verified

143 public abstract InputStream openInputStream() throws IOException;
144
145 public abstract void close() throws IOException;
146
147 public abstract void delete() throws IOException;
148

Callers 15

readFileMethod · 0.95
writeFileMethod · 0.95
fileReadUtfMethod · 0.95
fileWriteUtfMethod · 0.95
loadMethod · 0.95
fileDeleteMethod · 0.95
loadFromFileMethod · 0.95
getFileSizeMethod · 0.95
readByteBlockMethod · 0.95
loadFromDiskSecureMethod · 0.45
saveToDiskSecureMethod · 0.45
closeQuietlyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected