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

Method readBytes

classpath/java/io/RandomAccessFile.java:133–134  ·  view source on GitHub ↗
(long peer, long position, byte[] buffer,
                                  int offset, int length)

Source from the content-addressed store, hash-verified

131 }
132
133 private static native int readBytes(long peer, long position, byte[] buffer,
134 int offset, int length);
135
136 public void write(int b) throws IOException {
137 int count = writeBytes(peer, position, new byte[] { (byte)b }, 0, 1);

Callers 2

readMethod · 0.95
readFullyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected