예제 #1
0
 @Override
 @ForceInline
 public long readLong(long offset) {
   return memory.readLong(address + translate(offset));
 }