MCPcopy Create free account
hub / github.com/ReadyTalk/avian / FileOutputStream

Method FileOutputStream

classpath/java/io/FileOutputStream.java:20–22  ·  view source on GitHub ↗
(FileDescriptor fd)

Source from the content-addressed store, hash-verified

18 private int fd;
19
20 public FileOutputStream(FileDescriptor fd) {
21 this.fd = fd.value;
22 }
23
24 public FileOutputStream(String path) throws IOException {
25 this(path, false);

Callers

nothing calls this directly

Calls 2

openMethod · 0.95
getPathMethod · 0.45

Tested by

no test coverage detected