java.lang.Object
tech.deplant.java4ever.ffi.tc_string_data_t
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MemoryLayout$LAYOUT()static MemorySegmentallocate(ResourceScope scope) static MemorySegmentallocate(SegmentAllocator allocator) static MemorySegmentallocateArray(int len, ResourceScope scope) static MemorySegmentallocateArray(int len, SegmentAllocator allocator) static MemoryAddresscontent$get(MemorySegment seg) static MemoryAddresscontent$get(MemorySegment seg, long index) static voidcontent$set(MemorySegment seg, long index, MemoryAddress x) static voidcontent$set(MemorySegment seg, MemoryAddress x) static VarHandlestatic intlen$get(MemorySegment seg) static intlen$get(MemorySegment seg, long index) static voidlen$set(MemorySegment seg, int x) static voidlen$set(MemorySegment seg, long index, int x) static VarHandlelen$VH()static MemorySegmentofAddress(MemoryAddress addr, ResourceScope scope) static MemorySegmentofString(String text, ResourceScope scope) static longsizeof()static StringtoString(MemorySegment seg, ResourceScope scope)
-
Constructor Details
-
tc_string_data_t
public tc_string_data_t()
-
-
Method Details
-
$LAYOUT
-
content$VH
-
content$get
-
content$set
-
content$get
-
content$set
-
len$VH
-
len$get
-
len$set
-
len$get
-
len$set
-
sizeof
public static long sizeof() -
allocate
-
allocate
-
allocateArray
-
allocateArray
-
ofAddress
-
ofString
-
toString
-