Uses of Record Class
club.doki7.ffm.ptr.BytePtr
Packages that use BytePtr
-
Uses of BytePtr in club.doki7.ffm.ptr
Methods in club.doki7.ffm.ptr that return BytePtrModifier and TypeMethodDescriptionstatic @NotNull BytePtrstatic @NotNull BytePtrstatic @NotNull BytePtrstatic @NotNull BytePtrBytePtr.allocate(@NotNull Arena arena, @NotNull ByteBuffer buffer) static @NotNull BytePtrBytePtr.allocate(@NotNull Arena arena, Collection<Byte> bytes) static @NotNull BytePtrBytePtr.allocateAligned(@NotNull Arena arena, long size, long alignment) static @NotNull BytePtrBytePtr.allocateString(@NotNull Arena arena, @NotNull String s) static @NotNull BytePtrstatic @Nullable BytePtrBytePtr.checked(@NotNull MemorySegment segment) static @NotNull BytePtrBytePtr.checked(@NotNull ByteBuffer buffer) static @NotNull BytePtr@NotNull BytePtrBytePtr.offset(long offset) @NotNull BytePtrBytePtr.reinterpret(long newSize) @NotNull BytePtrBytePtr.slice(long end) @NotNull BytePtrBytePtr.slice(long start, long end)