Uses of Interface
java.lang.foreign.PaddingLayout
Package
Description
Provides low-level access to memory and functions outside the Java runtime.
-
Uses of PaddingLayoutPREVIEW in java.lang.foreign
Modifier and TypeMethodDescriptionstatic PaddingLayoutPREVIEW
MemoryLayout.paddingLayout
(long byteSize) Creates a padding layout with the given byte size and a byte-alignment of one.PaddingLayout.withByteAlignment
(long byteAlignment) Returns a memory layout of the same type with the same size and name as this layout, but with the specified alignment constraint (in bytes).Returns a memory layout of the same type with the same size and alignment constraint as this layout, but with the specified name.PaddingLayout.withoutName()
Returns a memory layout of the same type with the same size and alignment constraint as this layout, but without a name.