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.MappedMemorySegment A mapped memory segment, that is, a memory segment backed by memory-mapped file.MemoryAddress A memory address models a reference into a memory location.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.