Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BombusMod/BombusMod
/ fileSize
Method
fileSize
src/main/java/io/file/FileIO.java:151–151 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
149
public
abstract
void
rename(String newName) throws IOException;
150
151
public
abstract long fileSize() throws IOException;
152
153
protected
abstract List<File> rootDirs();
154
Callers
4
readFile
Method · 0.95
fileReadUtf
Method · 0.95
getFileSize
Method · 0.95
TransferTask
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected