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

Method get

classpath/java/nio/ByteBuffer.java:49–49  ·  view source on GitHub ↗
(byte[] dst, int offset, int length)

Source from the content-addressed store, hash-verified

47 protected abstract byte doGet(int offset);
48
49 public abstract ByteBuffer get(byte[] dst, int offset, int length);
50
51 public boolean hasArray() {
52 return false;

Callers 2

testMethod · 0.95
compareToMethod · 0.95

Calls 2

checkGetMethod · 0.95
doGetMethod · 0.95

Tested by 1

testMethod · 0.76