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