Class UnsafeMemoryAccessor_P64_L64

    • Constructor Detail

      • UnsafeMemoryAccessor_P64_L64

        public UnsafeMemoryAccessor_P64_L64()
    • Method Detail

      • signed_long

        public long signed_long​(OpaqueMemory32 mem,
                                long offset)
        Description copied from interface: MemoryAccessor
        access the native long (signed long) datatype. It m,ay be 32 or 64bis
        Returns:
      • signed_long

        public void signed_long​(OpaqueMemory32 mem,
                                long offset,
                                long value)
        Description copied from interface: MemoryAccessor
        access the native long (signed long) datatype. It m,ay be 32 or 64bis
      • unsigned_long

        public long unsigned_long​(OpaqueMemory32 mem,
                                  long offset)
        Description copied from interface: MemoryAccessor
        access the native unsigned long datatype. It m,ay be 32 or 64bis
        Returns:
      • unsigned_long

        public void unsigned_long​(OpaqueMemory32 mem,
                                  long offset,
                                  long value)
        Description copied from interface: MemoryAccessor
        access the native unsigned long datatype. It m,ay be 32 or 64bis
      • signed_long_AtIndex

        public long signed_long_AtIndex​(OpaqueMemory32 mem,
                                        long offset,
                                        int index)
        Description copied from interface: MemoryAccessor
        access the ith native unsigned long datatype. It m,ay be 32 or 64bis
      • signed_long_AtIndex

        public void signed_long_AtIndex​(OpaqueMemory32 mem,
                                        long offset,
                                        int index,
                                        long value)
        Description copied from interface: MemoryAccessor
        access the ith native unsigned long datatype. It m,ay be 32 or 64bis
      • unsigned_long_AtIndex

        public long unsigned_long_AtIndex​(OpaqueMemory32 mem,
                                          long offset,
                                          int index)
        Description copied from interface: MemoryAccessor
        access the ith native unsigned long datatype. It m,ay be 32 or 64bis
      • unsigned_long_AtIndex

        public void unsigned_long_AtIndex​(OpaqueMemory32 mem,
                                          long offset,
                                          int index,
                                          long value)
        Description copied from interface: MemoryAccessor
        access the ith native unsigned long datatype. It m,ay be 32 or 64bis
      • intptr_t

        public long intptr_t​(OpaqueMemory32 mem,
                             long offset)
      • intptr_t

        public void intptr_t​(OpaqueMemory32 mem,
                             long offset,
                             long dest)
      • intptr_t_AtIndex

        public long intptr_t_AtIndex​(OpaqueMemory32 mem,
                                     long offset,
                                     int index)
      • intptr_t_AtIndex

        public void intptr_t_AtIndex​(OpaqueMemory32 mem,
                                     long offset,
                                     int index,
                                     long dest)
      • uintptr_t

        public void uintptr_t​(OpaqueMemory32 mem,
                              long offset,
                              long dest)
      • uintptr_t_AtIndex

        public void uintptr_t_AtIndex​(OpaqueMemory32 mem,
                                      long offset,
                                      int index,
                                      long dest)