MCPcopy 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

readFileMethod · 0.95
fileReadUtfMethod · 0.95
getFileSizeMethod · 0.95
TransferTaskMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected