Package app.photofox.vipsffm.generated
Class _VipsSbuf
java.lang.Object
app.photofox.vipsffm.generated._VipsSbuf
-
Method Summary
Modifier and TypeMethodDescriptionstatic MemorySegmentallocate(SegmentAllocator allocator) Allocate a segment of sizelayout().byteSize()usingallocatorstatic MemorySegmentallocateArray(long elementCount, SegmentAllocator allocator) Allocate an array of sizeelementCountusingallocator.static MemorySegmentasSlice(MemorySegment array, long index) Obtains a slice ofarrayParamwhich selects the array element atindex.static intchars_in_buffer(MemorySegment struct) Getter for field:int chars_in_bufferstatic voidchars_in_buffer(MemorySegment struct, int fieldValue) Setter for field:int chars_in_bufferstatic final ValueLayout.OfIntLayout for field:int chars_in_bufferstatic final longOffset for field:int chars_in_bufferstatic MemorySegmentinput_buffer(MemorySegment struct) Getter for field:unsigned char input_buffer[4097]static byteinput_buffer(MemorySegment struct, long index0) Indexed getter for field:unsigned char input_buffer[4097]static voidinput_buffer(MemorySegment struct, long index0, byte fieldValue) Indexed setter for field:unsigned char input_buffer[4097]static voidinput_buffer(MemorySegment struct, MemorySegment fieldValue) Setter for field:unsigned char input_buffer[4097]static long[]Dimensions for array field:unsigned char input_buffer[4097]static final SequenceLayoutLayout for field:unsigned char input_buffer[4097]static final longOffset for field:unsigned char input_buffer[4097]static final GroupLayoutlayout()The layout of this structstatic MemorySegmentline(MemorySegment struct) Getter for field:unsigned char line[4097]static byteline(MemorySegment struct, long index0) Indexed getter for field:unsigned char line[4097]static voidline(MemorySegment struct, long index0, byte fieldValue) Indexed setter for field:unsigned char line[4097]static voidline(MemorySegment struct, MemorySegment fieldValue) Setter for field:unsigned char line[4097]static long[]Dimensions for array field:unsigned char line[4097]static final SequenceLayoutLayout for field:unsigned char line[4097]static final longOffset for field:unsigned char line[4097]static MemorySegmentparent_object(MemorySegment struct) Getter for field:VipsObject parent_objectstatic voidparent_object(MemorySegment struct, MemorySegment fieldValue) Setter for field:VipsObject parent_objectstatic final GroupLayoutLayout for field:VipsObject parent_objectstatic final longOffset for field:VipsObject parent_objectstatic intread_point(MemorySegment struct) Getter for field:int read_pointstatic voidread_point(MemorySegment struct, int fieldValue) Setter for field:int read_pointstatic final ValueLayout.OfIntLayout for field:int read_pointstatic final longOffset for field:int read_pointstatic MemorySegmentreinterpret(MemorySegment addr, long elementCount, Arena arena, Consumer<MemorySegment> cleanup) Reinterpretsaddrusing targetarenaandcleanupAction(if any).static MemorySegmentreinterpret(MemorySegment addr, Arena arena, Consumer<MemorySegment> cleanup) Reinterpretsaddrusing targetarenaandcleanupAction(if any).static longsizeof()The size (in bytes) of this structstatic MemorySegmentsource(MemorySegment struct) Getter for field:VipsSource *sourcestatic voidsource(MemorySegment struct, MemorySegment fieldValue) Setter for field:VipsSource *sourcestatic final AddressLayoutLayout for field:VipsSource *sourcestatic final longOffset for field:VipsSource *source
-
Method Details
-
layout
The layout of this struct -
parent_object$layout
Layout for field:VipsObject parent_object -
parent_object$offset
public static final long parent_object$offset()Offset for field:VipsObject parent_object -
parent_object
Getter for field:VipsObject parent_object -
parent_object
Setter for field:VipsObject parent_object -
source$layout
Layout for field:VipsSource *source -
source$offset
public static final long source$offset()Offset for field:VipsSource *source -
source
Getter for field:VipsSource *source -
source
Setter for field:VipsSource *source -
input_buffer$layout
Layout for field:unsigned char input_buffer[4097] -
input_buffer$offset
public static final long input_buffer$offset()Offset for field:unsigned char input_buffer[4097] -
input_buffer
Getter for field:unsigned char input_buffer[4097] -
input_buffer
Setter for field:unsigned char input_buffer[4097] -
input_buffer$dimensions
public static long[] input_buffer$dimensions()Dimensions for array field:unsigned char input_buffer[4097] -
input_buffer
Indexed getter for field:unsigned char input_buffer[4097] -
input_buffer
Indexed setter for field:unsigned char input_buffer[4097] -
chars_in_buffer$layout
Layout for field:int chars_in_buffer -
chars_in_buffer$offset
public static final long chars_in_buffer$offset()Offset for field:int chars_in_buffer -
chars_in_buffer
Getter for field:int chars_in_buffer -
chars_in_buffer
Setter for field:int chars_in_buffer -
read_point$layout
Layout for field:int read_point -
read_point$offset
public static final long read_point$offset()Offset for field:int read_point -
read_point
Getter for field:int read_point -
read_point
Setter for field:int read_point -
line$layout
Layout for field:unsigned char line[4097] -
line$offset
public static final long line$offset()Offset for field:unsigned char line[4097] -
line
Getter for field:unsigned char line[4097] -
line
Setter for field:unsigned char line[4097] -
line$dimensions
public static long[] line$dimensions()Dimensions for array field:unsigned char line[4097] -
line
Indexed getter for field:unsigned char line[4097] -
line
Indexed setter for field:unsigned char line[4097] -
asSlice
Obtains a slice ofarrayParamwhich selects the array element atindex. The returned segment has addressarrayParam.address() + index * layout().byteSize() -
sizeof
public static long sizeof()The size (in bytes) of this struct -
allocate
Allocate a segment of sizelayout().byteSize()usingallocator -
allocateArray
Allocate an array of sizeelementCountusingallocator. The returned segment has sizeelementCount * layout().byteSize(). -
reinterpret
public static MemorySegment reinterpret(MemorySegment addr, Arena arena, Consumer<MemorySegment> cleanup) Reinterpretsaddrusing targetarenaandcleanupAction(if any). The returned segment has sizelayout().byteSize() -
reinterpret
public static MemorySegment reinterpret(MemorySegment addr, long elementCount, Arena arena, Consumer<MemorySegment> cleanup) Reinterpretsaddrusing targetarenaandcleanupAction(if any). The returned segment has sizeelementCount * layout().byteSize()
-