Uses of Interface
java.lang.foreign.GroupLayout
Package
Description
Provides low-level access to memory and functions outside the Java runtime.
-
Uses of GroupLayoutPREVIEW in java.lang.foreign
Modifier and TypeInterfaceDescriptioninterface
Preview.A group layout whose member layouts are laid out one after the other.interface
Preview.A group layout whose member layouts are laid out at the same starting offset.Modifier and TypeMethodDescriptionGroupLayout.withBitAlignment
(long bitAlignment) Returns a memory layout of the same type with the same size and name as this layout, but with the specified alignment constraint (in bits).Returns a memory layout of the same type with the same size and alignment constraint as this layout, but with the specified name.Modifier and TypeMethodDescriptionVaList.Builder.addVarg
(GroupLayoutPREVIEW layout, MemorySegmentPREVIEW value) Writes aMemorySegment
, with the given layout, to the variable argument list being constructed.VaList.nextVarg
(GroupLayoutPREVIEW layout, SegmentAllocatorPREVIEW allocator) Reads the next composite value into a newMemorySegment
, allocated with the provided allocator, and advances this variable argument list's position.