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

Method put

classpath/java/nio/ByteBuffer.java:45–45  ·  view source on GitHub ↗
(byte[] arr, int offset, int len)

Source from the content-addressed store, hash-verified

43 protected abstract void doPut(int offset, byte val);
44
45 public abstract ByteBuffer put(byte[] arr, int offset, int len);
46
47 protected abstract byte doGet(int offset);
48

Callers 2

testMethod · 0.95
compactMethod · 0.95

Calls 8

checkPutMethod · 0.95
doPutMethod · 0.95
getMethod · 0.65
hasArrayMethod · 0.45
remainingMethod · 0.45
arrayMethod · 0.45
arrayOffsetMethod · 0.45
positionMethod · 0.45

Tested by 1

testMethod · 0.76