Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
readFile
Method · 0.95
writeFile
Method · 0.95
fileReadUtf
Method · 0.95
fileWriteUtf
Method · 0.95
load
Method · 0.95
fileDelete
Method · 0.95
loadFromFile
Method · 0.95
getFileSize
Method · 0.95
readByteBlock
Method · 0.95
loadFromDiskSecure
Method · 0.45
saveToDiskSecure
Method · 0.45
closeQuietly
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected