Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/jankotek/mapdb
/ getInt
Method
getInt
src/main/java/org/mapdb/volume/ByteBufferVol.java:124–126 ·
view source on GitHub ↗
(long offset)
Source
from the content-addressed store, hash-verified
122
}
123
124
@Override
final
public
int
getInt(long offset) {
125
return
getSlice(offset).getInt((
int
) (offset & sliceSizeModMask));
126
}
127
128
129
@Override
public
final
byte getByte(long offset) {
Callers
nothing calls this directly
Calls
1
getSlice
Method · 0.95
Tested by
no test coverage detected