Uses of Package
jdk.incubator.foreign
Package | Description |
---|---|
jdk.incubator.foreign |
Classes to support low-level, safe and efficient memory access.
|
-
Classes in jdk.incubator.foreign used by jdk.incubator.foreign Class Description GroupLayout A group layout is used to combine together multiple member layouts.MemoryAddress A memory address encodes an offset within a givenMemorySegment
.MemoryLayout A memory layout can be used to describe the contents of a memory segment in a language neutral fashion.MemoryLayout.PathElement Instances of this class are used to form layout paths.MemorySegment A memory segment models a contiguous region of memory.SequenceLayout A sequence layout.ValueLayout A value layout.