Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/antlr/codebuff
/ openStream
Method
openStream
output/java_guava/1.4.17/Files.java:122–125 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
120
}
121
122
@Override
123
public
FileInputStream openStream() throws IOException {
124
return
new
FileInputStream(file);
125
}
126
127
@Override
128
public
Optional<Long> sizeIfKnown() {
Callers
1
read
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected