Package app.photofox.vipsffm
Class VBlob
java.lang.Object
app.photofox.vipsffm.VBlob
Represents a VipsBlob, boxed to avoid exposing its raw MemorySegment
-
Method Summary
Modifier and TypeMethodDescriptionGets the raw [MemorySegment] (C pointer) for this blob The memory address' lifetime is bound to the scope of the [arena] Usage of the memory address is strongly discouraged, but it is available if some functionality is missing and you need to use it with [VipsHelper]
-
Method Details
-
getUnsafeAddress
Gets the raw [MemorySegment] (C pointer) for this blob The memory address' lifetime is bound to the scope of the [arena] Usage of the memory address is strongly discouraged, but it is available if some functionality is missing and you need to use it with [VipsHelper]
-