MCPcopy Create free account
hub / github.com/jankotek/mapdb / getLong

Method getLong

src/main/java/org/mapdb/volume/ByteBufferVol.java:120–122  ·  view source on GitHub ↗
(long offset)

Source from the content-addressed store, hash-verified

118
119
120 @Override final public long getLong(long offset) {
121 return getSlice(offset).getLong((int) (offset & sliceSizeModMask));
122 }
123
124 @Override final public int getInt(long offset) {
125 return getSlice(offset).getInt((int) (offset & sliceSizeModMask));

Callers

nothing calls this directly

Calls 1

getSliceMethod · 0.95

Tested by

no test coverage detected