Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
handleRead
Method · 0.45
read
Method · 0.45
put
Method · 0.45
read
Method · 0.45
write
Method · 0.45
write
Method · 0.45
receive
Method · 0.45
send
Method · 0.45
read
Method · 0.45
write
Method · 0.45
Calls
no outgoing calls
Tested by
1
handleRead
Method · 0.36