Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ FileInputStream
Method
FileInputStream
classpath/java/io/FileInputStream.java:21–23 ·
view source on GitHub ↗
(FileDescriptor fd)
Source
from the content-addressed store, hash-verified
19
private
int
remaining;
20
21
public
FileInputStream(FileDescriptor fd) {
22
this.fd = fd.value;
23
}
24
25
public
FileInputStream(String path) throws IOException {
26
fd = open(path);
Callers
nothing calls this directly
Calls
3
open
Method · 0.95
length
Method · 0.65
getPath
Method · 0.45
Tested by
no test coverage detected