MCPcopy
hub / github.com/google/guava / openStream

Method openStream

guava/src/com/google/common/io/Files.java:129–132  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

127 }
128
129 @Override
130 public FileInputStream openStream() throws IOException {
131 return new FileInputStream(file);
132 }
133
134 @Override
135 public Optional<Long> sizeIfKnown() {

Callers 1

readMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected