Class Converter.ConverterIface
java.lang.Object
org.javagi.base.ProxyInstance
org.gnome.gobject.TypeInterface
org.gnome.gio.Converter.ConverterIface
- All Implemented Interfaces:
Proxy
- Enclosing interface:
Converter
Provides an interface for converting data from one type
to another type. The conversion can be stateful
and may fail at any place.
- Since:
- 2.24
-
Constructor Summary
ConstructorsConstructorDescriptionConverterIface(MemorySegment address) Create a ConverterIface proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionstatic MemoryLayoutThe memory layout of the native struct.voidoverrideConvert(Arena arena, @Nullable Method method) Override virtual methodconvert.voidoverrideReset(Arena arena, @Nullable Method method) Override virtual methodreset.Methods inherited from class TypeInterface
addPrerequisite, getPlugin, instantiatablePrerequisite, peek, peekParent, prerequisites, readGInstanceType, readGType, writeGInstanceType, writeGTypeMethods inherited from class ProxyInstance
equals, handle, hashCode
-
Constructor Details
-
ConverterIface
Create a ConverterIface proxy instance for the provided memory address.- Parameters:
address- the memory address of the native object
-
-
Method Details
-
getMemoryLayout
The memory layout of the native struct.- Returns:
- the memory layout
-
overrideConvert
-
overrideReset
-