Class DirectClosureBuffer.NativeWordIO

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private NativeWordIO()  
    • Constructor Detail

      • NativeWordIO

        private NativeWordIO()
    • Method Detail

      • put

        abstract void put​(long address,
                          int value)
        Writes a native long argument to native memory.
        Parameters:
        address - The address to write the value at
        value - The value to write.
      • get

        abstract int get​(long address)
        Reads a native long argument from native memory.
        Parameters:
        address - The memory address to read the value from
        Returns:
        An integer