Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ getInt
Method
getInt
classpath/java/nio/ByteBuffer.java:217–221 ·
view source on GitHub ↗
(int position)
Source
from the content-addressed store, hash-verified
215
}
216
217
public
int
getInt(
int
position) {
218
checkGet(position, 4, true);
219
220
return
rawGetInt(position);
221
}
222
223
public
short getShort(
int
position) {
224
checkGet(position, 2, true);
Callers
1
test
Method · 0.95
Calls
2
checkGet
Method · 0.95
rawGetInt
Method · 0.95
Tested by
1
test
Method · 0.76