Uses of Interface
jdk.incubator.foreign.MemoryAddress
Package | Description |
---|---|
jdk.incubator.foreign |
Classes to support low-level, safe and efficient memory access.
|
-
Uses of MemoryAddress in jdk.incubator.foreign
Methods in jdk.incubator.foreign that return MemoryAddress Modifier and Type Method Description MemoryAddress
MemoryAddress. addOffset(long offset)
Creates a new memory address with given offset (in bytes), which might be negative, from current one.MemoryAddress
MemorySegment. baseAddress()
The base memory address associated with this memory segment.Methods in jdk.incubator.foreign with parameters of type MemoryAddress Modifier and Type Method Description static void
MemoryAddress. copy(MemoryAddress src, MemoryAddress dst, long bytes)
Perform bulk copy from source address to target address.