Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ getLong
Method
getLong
classpath/java/nio/ByteBuffer.java:211–215 ·
view source on GitHub ↗
(int position)
Source
from the content-addressed store, hash-verified
209
}
210
211
public
long getLong(
int
position) {
212
checkGet(position, 8, true);
213
214
return
rawGetLong(position);
215
}
216
217
public
int
getInt(
int
position) {
218
checkGet(position, 4, true);
Callers
1
test
Method · 0.95
Calls
2
checkGet
Method · 0.95
rawGetLong
Method · 0.95
Tested by
1
test
Method · 0.76