예제 #1
0
 @NotNull
 @Override
 @ForceInline
 public NativeBytesStore<Underlying> writeShort(long offset, short i16) {
   memory.writeShort(address + translate(offset), i16);
   return this;
 }