Uses of Record Class
net.jrodolfo.java_evolution.java22.foreign_function.ForeignFunctionCallResult
Packages that use ForeignFunctionCallResult
Package
Description
Executable examples for the Java 22 Foreign Function and Memory API.
-
Uses of ForeignFunctionCallResult in net.jrodolfo.java_evolution.java22.foreign_function
Methods in net.jrodolfo.java_evolution.java22.foreign_function that return ForeignFunctionCallResultModifier and TypeMethodDescriptionCalls nativestrlenfor the supplied text.NativeStringParser.parseInteger(String text) Parses an integer by calling nativeatoi.