MCPcopy 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

openMethod · 0.95
lengthMethod · 0.65
getPathMethod · 0.45

Tested by

no test coverage detected