InputStream

class InputStream(inputStreamPointer: GInputStream_autoptr) : KGObject

gtk-kt

30 / 09 / 2021

See also

Constructors

InputStream
Link copied to clipboard
fun InputStream(inputStreamPointer: GInputStream_autoptr)

Types

Companion
Link copied to clipboard
object Companion

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
clearPending
Link copied to clipboard
fun clearPending()
close
Link copied to clipboard
fun close(cancellable: Cancellable)
closeAsync
Link copied to clipboard
fun closeAsync(ioPriority: Int, cancellable: Cancellable, callback: AsyncReadyCallback)
closeFinish
Link copied to clipboard
fun closeFinish(result: AsyncResult)
getString
Link copied to clipboard
fun getString(propertyName: String): String
read
Link copied to clipboard
fun read(count: ULong, cancellable: Cancellable? = null): Array<Byte>
readAll
Link copied to clipboard
fun readAll(count: ULong, cancellable: Cancellable? = null, onException: (Exception) -> Unit? = null): Array<Byte>
readBytes
Link copied to clipboard
fun readBytes(count: ULong, cancellable: Cancellable? = null): KGBytes
readBytesAsync
Link copied to clipboard
fun readBytesAsync(count: ULong, ioPriority: Int, cancellable: Cancellable? = null, callback: AsyncReadyCallback)
readBytesFinish
Link copied to clipboard
fun readBytesFinish(result: AsyncResult): KGBytes
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)
setPending
Link copied to clipboard
fun setPending()
skip
Link copied to clipboard
fun skip(count: ULong, cancellable: Cancellable? = null): Long
skipAsync
Link copied to clipboard
fun skipAsync(count: ULong, ioPriority: Int, cancellable: Cancellable? = null, callback: AsyncReadyCallback)
skipFinish
Link copied to clipboard
fun skipFinish(result: AsyncResult)
unref
Link copied to clipboard
open override fun unref()

Properties

gClass
Link copied to clipboard
open val gClass: TypeClass
hasPending
Link copied to clipboard
val hasPending: Boolean
inputStreamPointer
Link copied to clipboard
val inputStreamPointer: GInputStream_autoptr
isClosed
Link copied to clipboard
val isClosed: Boolean
pointer
Link copied to clipboard
val pointer: CPointer<GObject>
typeInstancePointer
Link copied to clipboard
open override val typeInstancePointer: CPointer<GTypeInstance>