Package org.gnome.gio
Class OutputStream.OutputStreamClass
java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.gnome.gobject.TypeClass
org.gnome.gobject.GObject.ObjectClass
org.gnome.gio.OutputStream.OutputStreamClass
- All Implemented Interfaces:
Proxy
- Direct Known Subclasses:
FileOutputStream.FileOutputStreamClass
,FilterOutputStream.FilterOutputStreamClass
,MemoryOutputStream.MemoryOutputStreamClass
,UnixOutputStream.UnixOutputStreamClass
,Win32OutputStream.Win32OutputStreamClass
- Enclosing class:
OutputStream
-
Constructor Summary
ConstructorDescriptionAllocate a new OutputStreamClass.OutputStreamClass
(Arena arena) Allocate a new OutputStreamClass.OutputStreamClass
(MemorySegment address) Create a OutputStreamClass 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
overrideFlush
(Arena arena, Method method) Override virtual methodflush
.void
overrideFlushAsync
(Arena arena, Method method) Override virtual methodflush_async
.void
overrideFlushFinish
(Arena arena, Method method) Override virtual methodflush_finish
.void
overrideSplice
(Arena arena, Method method) Override virtual methodsplice
.void
overrideSpliceAsync
(Arena arena, Method method) Override virtual methodsplice_async
.void
overrideSpliceFinish
(Arena arena, Method method) Override virtual methodsplice_finish
.void
overrideWriteAsync
(Arena arena, Method method) Override virtual methodwrite_async
.void
overrideWriteFinish
(Arena arena, Method method) Override virtual methodwrite_finish
.void
overrideWriteFn
(Arena arena, Method method) Override virtual methodwrite_fn
.void
overrideWritevAsync
(Arena arena, Method method) Override virtual methodwritev_async
.void
overrideWritevFinish
(Arena arena, Method method) Override virtual methodwritev_finish
.void
overrideWritevFn
(Arena arena, Method method) Override virtual methodwritev_fn
.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
-
OutputStreamClass
Create a OutputStreamClass proxy instance for the provided memory address.- Parameters:
address
- the memory address of the native object
-
OutputStreamClass
Allocate a new OutputStreamClass.- Parameters:
arena
- to control the memory allocation scope
-
OutputStreamClass
public OutputStreamClass()Allocate a new OutputStreamClass. The memory is allocated withArena.ofAuto()
.
-
-
Method Details
-
getMemoryLayout
The memory layout of the native struct.- Returns:
- the memory layout
-
overrideWriteFn
-
overrideSplice
-
overrideFlush
-
overrideCloseFn
-
overrideWriteAsync
-
overrideWriteFinish
-
overrideSpliceAsync
-
overrideSpliceFinish
-
overrideFlushAsync
-
overrideFlushFinish
-
overrideCloseAsync
-
overrideCloseFinish
-
overrideWritevFn
-
overrideWritevAsync
-
overrideWritevFinish
-