Package org.gnome.gio
Class InputStream.InputStreamClass
java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.gnome.gobject.TypeClass
org.gnome.gobject.GObject.ObjectClass
org.gnome.gio.InputStream.InputStreamClass
- All Implemented Interfaces:
Proxy
- Direct Known Subclasses:
FileInputStream.FileInputStreamClass
,FilterInputStream.FilterInputStreamClass
,MemoryInputStream.MemoryInputStreamClass
,UnixInputStream.UnixInputStreamClass
,Win32InputStream.Win32InputStreamClass
- Enclosing class:
InputStream
-
Constructor Summary
ConstructorDescriptionAllocate a new InputStreamClass.InputStreamClass
(Arena arena) Allocate a new InputStreamClass.InputStreamClass
(MemorySegment address) Create a InputStreamClass proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionstatic MemoryLayout
The memory layout of the native struct.void
overrideCloseAsync
(Arena arena, Method method) Override virtual methodclose_async
.void
overrideCloseFinish
(Arena arena, Method method) Override virtual methodclose_finish
.void
overrideCloseFn
(Arena arena, Method method) Override virtual methodclose_fn
.void
overrideReadAsync
(Arena arena, Method method) Override virtual methodread_async
.void
overrideReadFinish
(Arena arena, Method method) Override virtual methodread_finish
.void
overrideReadFn
(Arena arena, Method method) Override virtual methodread_fn
.void
overrideSkip
(Arena arena, Method method) Override virtual methodskip
.void
overrideSkipAsync
(Arena arena, Method method) Override virtual methodskip_async
.void
overrideSkipFinish
(Arena arena, Method method) Override virtual methodskip_finish
.Methods inherited from class org.gnome.gobject.GObject.ObjectClass
findProperty, installProperties, installProperty, listProperties, overrideConstructed, overrideConstructor, overrideDispatchPropertiesChanged, overrideDispose, overrideFinalize, overrideGetProperty, overrideNotify, overrideProperty, overrideSetProperty, readFlags, readNConstructProperties, readNPspecs, readPdummy, readPspecs, writeFlags, writeNConstructProperties, writeNPspecs, writePdummy, writePspecs
Methods inherited from class org.gnome.gobject.TypeClass
addPrivate, adjustPrivateOffset, getInstancePrivateOffset, getPrivate, peek, peekParent, peekStatic, readGType, ref, unref, unrefUncached, writeGType
Methods inherited from class io.github.jwharm.javagi.base.ProxyInstance
equals, handle, hashCode
-
Constructor Details
-
InputStreamClass
Create a InputStreamClass proxy instance for the provided memory address.- Parameters:
address
- the memory address of the native object
-
InputStreamClass
Allocate a new InputStreamClass.- Parameters:
arena
- to control the memory allocation scope
-
InputStreamClass
public InputStreamClass()Allocate a new InputStreamClass. The memory is allocated withArena.ofAuto()
.
-
-
Method Details
-
getMemoryLayout
The memory layout of the native struct.- Returns:
- the memory layout
-
overrideReadFn
-
overrideSkip
-
overrideCloseFn
-
overrideReadAsync
-
overrideReadFinish
-
overrideSkipAsync
-
overrideSkipFinish
-
overrideCloseAsync
-
overrideCloseFinish
-