Uses of Interface
java.lang.foreign.VaList
Package
Description
Provides low-level access to memory and functions outside the Java runtime.
-
Uses of VaListPREVIEW in java.lang.foreign
Methods in java.lang.foreign that return VaListPREVIEWModifier and TypeMethodDescriptionVaList.copy()
Copies this variable argument list at its current position into a new variable argument list associated with the same memory session as this variable argument list.VaList.empty()
VaList.make
(Consumer<VaList.BuilderPREVIEW> actions, MemorySessionPREVIEW session) Creates a variable argument list using a builder (seeVaList.Builder
PREVIEW), with the given memory session.VaList.ofAddress
(MemoryAddressPREVIEW address, MemorySessionPREVIEW session) Creates a variable argument list from a memory address pointing to an existing variable argument list, with the given memory session.