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

Method doGet

classpath/java/nio/DirectByteBuffer.java:95–97  ·  view source on GitHub ↗
(int position)

Source from the content-addressed store, hash-verified

93 }
94
95 protected byte doGet(int position) {
96 return unsafe.getByte(address + position);
97 }
98
99 public String toString() {
100 return "(DirectByteBuffer with address: " + address

Callers

nothing calls this directly

Calls 1

getByteMethod · 0.45

Tested by

no test coverage detected