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

Method openStream

corpus/java/training/guava/io/Files.java:119–122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

117 }
118
119 @Override
120 public FileInputStream openStream() throws IOException {
121 return new FileInputStream(file);
122 }
123
124 @Override
125 public Optional<Long> sizeIfKnown() {

Callers 1

readMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected