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

Method writeBytes

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

Source from the content-addressed store, hash-verified

139 }
140
141 private static native int writeBytes(long peer, long position, byte[] buffer,
142 int offset, int length);
143
144 public void close() throws IOException {
145 if (peer != 0) {

Callers 1

writeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected