Uses of Record Class
club.doki7.ffm.ptr.CLongPtr
Packages that use CLongPtr
Package
Description
Utility classes encapsulating
MemorySegment, providing type-safe way
to access native memory.-
Uses of CLongPtr in club.doki7.ffm.ptr
Methods in club.doki7.ffm.ptr that return CLongPtrModifier and TypeMethodDescriptionstatic @NotNull CLongPtrstatic @NotNull CLongPtrstatic @Nullable CLongPtrCLongPtr.checked(@NotNull MemorySegment segment) Create a newCLongPtrwith the givenMemorySegmentas the backing storage, with argument validation.@NotNull CLongPtrCLongPtr.offset(long offset) @NotNull CLongPtrCLongPtr.reinterpret(long newSize) @NotNull CLongPtrCLongPtr.slice(long end) @NotNull CLongPtrCLongPtr.slice(long start, long end) Note that this function uses theList.subList(int, int)semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)semantics (offset + newSize).