Class MemoryUtil
java.lang.Object
org.maplibre.nativeffi.internal.memory.MemoryUtil
Internal FFM memory helpers.
-
Method Summary
Modifier and TypeMethodDescriptionstatic MemorySegmentallocateCString(Arena arena, String value) static MemorySegmentallocateOptionalCString(Arena arena, String value) static MemorySegmentallocatePointer(Arena arena) static byte[]copyBytes(MemorySegment address, long byteCount) static StringcopyCString(MemorySegment address) static StringcopyStringView(MemorySegment address, long byteCount) static booleanisNull(MemorySegment address) static voidrejectEmbeddedNul(String value)
-
Method Details
-
allocateCString
-
allocateOptionalCString
-
rejectEmbeddedNul
-
copyCString
-
copyStringView
-
copyBytes
-
allocatePointer
-
isNull
-