MCPcopy Create free account
hub / github.com/antlr/codebuff / size

Method size

output/java_guava/1.4.19/Files.java:136–142  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

134 }
135
136 @Override
137 public long size() throws IOException {
138 if (!file.isFile()) {
139 throw new FileNotFoundException(file.toString());
140 }
141 return file.length();
142 }
143
144 @Override
145 public byte[] read() throws IOException {

Callers

nothing calls this directly

Calls 3

toStringMethod · 0.65
isFileMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected