Beispiel #1
0
 /** Returns the byte at position `i`. */
 private byte getByte(int i) {
   return UNSAFE.getByte(base, offset + i);
 }
 public final @NotNull byte getValue0007Unsafe() {
   return (byte) UNSAFE.getByte(this, value0007FieldOffset);
 }