Package org.gnome.gio
Class Seekable.SeekableIface
java.lang.Object
org.javagi.base.ProxyInstance
org.gnome.gobject.TypeInterface
org.gnome.gio.Seekable.SeekableIface
-
Constructor Summary
ConstructorsConstructorDescriptionSeekableIface(MemorySegment address) Create a SeekableIface proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionstatic MemoryLayoutThe memory layout of the native struct.voidoverrideCanSeek(Arena arena, @Nullable Method method) Override virtual methodcan_seek.voidoverrideCanTruncate(Arena arena, @Nullable Method method) Override virtual methodcan_truncate.voidoverrideSeek(Arena arena, @Nullable Method method) Override virtual methodseek.voidoverrideTell(Arena arena, @Nullable Method method) Override virtual methodtell.voidoverrideTruncateFn(Arena arena, @Nullable Method method) Override virtual methodtruncate_fn.Methods inherited from class org.gnome.gobject.TypeInterface
addPrerequisite, getPlugin, instantiatablePrerequisite, peek, peekParent, prerequisites, readGInstanceType, readGType, writeGInstanceType, writeGTypeMethods inherited from class org.javagi.base.ProxyInstance
equals, handle, hashCode
-
Constructor Details
-
SeekableIface
Create a SeekableIface 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
-
overrideTell
-
overrideCanSeek
-
overrideSeek
-
overrideCanTruncate
-
overrideTruncateFn
-