Uses of Interface
java.lang.foreign.GroupLayout
Packages that use GroupLayoutPREVIEW
Package
Description
Provides low-level access to memory and functions outside the Java runtime.
-
Uses of GroupLayoutPREVIEW in java.lang.foreign
Subinterfaces of GroupLayoutPREVIEW in java.lang.foreignModifier 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.Methods in java.lang.foreign that return GroupLayoutPREVIEWModifier and TypeMethodDescriptionGroupLayout.withByteAlignment
(long byteAlignment) Returns a memory layout with the same characteristics as this layout, but with the given alignment constraint (in bytes).Returns a memory layout with the same characteristics as this layout, but with the given name.GroupLayout.withoutName()
Returns a memory layout with the same characteristics as this layout, but with no name.