MCPcopy Create free account
hub / github.com/ReadyTalk/avian / getInt

Method getInt

classpath/java/nio/ByteBuffer.java:217–221  ·  view source on GitHub ↗
(int position)

Source from the content-addressed store, hash-verified

215 }
216
217 public int getInt(int position) {
218 checkGet(position, 4, true);
219
220 return rawGetInt(position);
221 }
222
223 public short getShort(int position) {
224 checkGet(position, 2, true);

Callers 1

testMethod · 0.95

Calls 2

checkGetMethod · 0.95
rawGetIntMethod · 0.95

Tested by 1

testMethod · 0.76