Module java.base

Interface ValueLayout.OfByte

All Superinterfaces:
MemoryLayoutPREVIEW, ValueLayoutPREVIEW
Enclosing interface:
ValueLayoutPREVIEW

public static sealed interface ValueLayout.OfByte extends ValueLayoutPREVIEW
OfByte is a preview API of the Java platform.
Programs can only use OfByte when preview features are enabled.
Preview features may be removed in a future release, or upgraded to permanent features of the Java platform.
A value layout whose carrier is byte.class.

New instances of this type can be created using ValueLayout.JAVA_BYTEPREVIEW.

Since:
19