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

Method arrayOffset

classpath/java/nio/ByteBuffer.java:105–107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103 }
104
105 public int arrayOffset() {
106 throw new UnsupportedOperationException();
107 }
108
109 public ByteBuffer put(int offset, byte val) {
110 checkPut(offset, 1, true);

Callers 2

testMethod · 0.95
putMethod · 0.45

Calls

no outgoing calls

Tested by 1

testMethod · 0.76