MCPcopy 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

testMethod · 0.95

Calls 2

checkGetMethod · 0.95
rawGetLongMethod · 0.95

Tested by 1

testMethod · 0.76