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

Method read

classpath/java/io/FileInputStream.java:40–40  ·  view source on GitHub ↗
(int fd)

Source from the content-addressed store, hash-verified

38 private static native int open(String path) throws IOException;
39
40 private static native int read(int fd) throws IOException;
41
42 private static native int read(int fd, byte[] b, int offset, int length)
43 throws IOException;

Callers 5

readMethod · 0.95
readMethod · 0.95
mainMethod · 0.95
testMethod · 0.95
sendFileMethod · 0.95

Calls

no outgoing calls

Tested by 5

readMethod · 0.76
readMethod · 0.76
mainMethod · 0.76
testMethod · 0.76
sendFileMethod · 0.76