java.lang.Object
club.doki7.ffm.NativeLayout
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final @NotNull ValueLayoutstatic final intstatic final @NotNull ValueLayoutstatic final intstatic final intstatic final longstatic final intstatic final @NotNull ValueLayout -
Method Summary
Modifier and TypeMethodDescriptionstatic longreadCLong(@NotNull MemorySegment segment, long offset) static longreadCSizeT(@NotNull MemorySegment segment, long offset) static intreadWCharT(@NotNull MemorySegment segment, long offset) static @NotNull StructLayoutstructLayout(@NotNull MemoryLayout... elements) static @NotNull UnionLayoutunionLayout(@NotNull MemoryLayout... elements) static voidwriteCLong(@NotNull MemorySegment segment, long offset, long value) static voidwriteCSizeT(@NotNull MemorySegment segment, long offset, long value) static voidwriteWCharT(@NotNull MemorySegment segment, long offset, int value)
-
Field Details
-
C_SIZE_T
-
POINTER_SIZE
public static final int POINTER_SIZE -
C_LONG
-
C_LONG_SIZE
public static final int C_LONG_SIZE -
WCHAR_T
-
WCHAR_SIZE
public static final int WCHAR_SIZE -
UINT32_MAX
- See Also:
-
UINT64_MAX
- See Also:
-
-
Method Details
-
readCLong
-
writeCLong
-
readCSizeT
-
writeCSizeT
public static void writeCSizeT(@NotNull @NotNull MemorySegment segment, long offset, @Unsigned long value) -
readWCharT
-
writeWCharT
-
structLayout
@NotNull public static @NotNull StructLayout structLayout(@NotNull @NotNull MemoryLayout... elements) -
unionLayout
-