OutputStream

open class OutputStream(outputPointer: GOutputStream_autoptr) : KGObject

15 / 01 / 2022

See also

Constructors

OutputStream
Link copied to clipboard
fun OutputStream(outputPointer: GOutputStream_autoptr)

Functions

addWeakPointer
Link copied to clipboard
fun addWeakPointer(weakPointerLocation: CValuesRef<COpaquePointerVar>)
bindProperty
Link copied to clipboard
fun bindProperty(property: String, target: KGObject, targetProperty: String, flags: Binding.Flags): Binding
close
Link copied to clipboard
fun close(cancellable: KGCancellable? = null): Boolean
getString
Link copied to clipboard
fun getString(propertyName: String): String
ref
Link copied to clipboard
open fun ref(): KGObject
set
Link copied to clipboard
fun set(propertyName: String, boolean: Boolean)
fun set(propertyName: String, string: String)
unref
Link copied to clipboard
open override fun unref()
writeBytes
Link copied to clipboard
fun writeBytes(buffer: KGBytes, cancellable: KGCancellable? = null): Long

Properties

gClass
Link copied to clipboard
open val gClass: TypeClass
outputPointer
Link copied to clipboard
val outputPointer: GOutputStream_autoptr
pointer
Link copied to clipboard
val pointer: CPointer<GObject>
typeInstancePointer
Link copied to clipboard
open override val typeInstancePointer: CPointer<GTypeInstance>

Inheritors

FileOutputStream
Link copied to clipboard