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

Method arrayOffset

classpath/java/nio/CharBuffer.java:101–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99 }
100
101 public int arrayOffset() {
102 throw new UnsupportedOperationException();
103 }
104
105 public CharBuffer put(int offset, char val) {
106 checkPut(offset, 1, true);

Callers 10

handleReadMethod · 0.45
readMethod · 0.45
putMethod · 0.45
readMethod · 0.45
writeMethod · 0.45
writeMethod · 0.45
receiveMethod · 0.45
sendMethod · 0.45
readMethod · 0.45
writeMethod · 0.45

Calls

no outgoing calls

Tested by 1

handleReadMethod · 0.36