Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
test
Method · 0.95
put
Method · 0.45
Calls
no outgoing calls
Tested by
1
test
Method · 0.76