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

Method write

classpath/java/io/FileOutputStream.java:39–39  ·  view source on GitHub ↗
(int fd, int c)

Source from the content-addressed store, hash-verified

37 private static native int open(String path, boolean append) throws IOException;
38
39 private static native void write(int fd, int c) throws IOException;
40
41 private static native void write(int fd, byte[] b, int offset, int length)
42 throws IOException;

Callers 2

mainMethod · 0.95
testMethod · 0.95

Calls

no outgoing calls

Tested by 2

mainMethod · 0.76
testMethod · 0.76