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 CLongPtr
static @NotNull CLongPtr
static @Nullable CLongPtr
CLongPtr.checked
(@Nullable MemorySegment segment) Create a newCLongPtr
with the givenMemorySegment
as the backing storage, with argument validation.@NotNull CLongPtr
CLongPtr.offset
(long offset) @NotNull CLongPtr
CLongPtr.reinterpret
(long newSize) @NotNull CLongPtr
CLongPtr.slice
(long end) @NotNull CLongPtr
CLongPtr.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).