ByteArray

class ByteArray(pointer: <Error class: unknown class><<Error class: unknown class>>, cleaner: <Error class: unknown class>? = null) : ProxyInstance

Contains the public fields of a GByteArray.

Skipped during bindings generation

  • parameter array: GLib.ByteArray parameter of type guint8 is not supported

  • parameter array: GLib.ByteArray parameter of type guint8 is not supported

  • parameter array: GLib.ByteArray parameter of type guint8 is not supported

  • function new: GLib.ByteArray parameter of type guint8 is not supported

  • parameter data: Array parameter of type guint8 is not supported

  • parameter array: GLib.ByteArray parameter of type guint8 is not supported

  • parameter array: GLib.ByteArray parameter of type guint8 is not supported

  • parameter array: GLib.ByteArray parameter of type guint8 is not supported

  • parameter array: GLib.ByteArray parameter of type guint8 is not supported

  • parameter array: GLib.ByteArray parameter of type guint8 is not supported

  • parameter array: GLib.ByteArray parameter of type guint8 is not supported

  • function sized_new: GLib.ByteArray parameter of type guint8 is not supported

  • parameter array: GLib.ByteArray parameter of type guint8 is not supported

  • parameter array: GLib.ByteArray parameter of type guint8 is not supported

  • parameter array: GLib.ByteArray parameter of type guint8 is not supported

  • parameter array: GLib.ByteArray parameter of type guint8 is not supported

  • field data: Unsupported pointer to primitive type

Constructors

Link copied to clipboard
constructor()

Allocate a new ByteArray.

constructor(scope: <Error class: unknown class>)

Allocate a new ByteArray using the provided AutofreeScope.

constructor(len: <Error class: unknown class>)

Allocate a new ByteArray.

constructor(len: <Error class: unknown class>, scope: <Error class: unknown class>)

Allocate a new ByteArray using the provided AutofreeScope.

constructor(pointer: <Error class: unknown class><<Error class: unknown class>>, cleaner: <Error class: unknown class>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val glibByteArrayPointer: <Error class: unknown class><<Error class: unknown class>>
Link copied to clipboard
open override val handle: <Error class: unknown class>?
Link copied to clipboard
var len: <Error class: unknown class>

the number of elements in the #GByteArray

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Compare two proxy instances for equality. This will compare both the type of the instances, and their memory addresses.

Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String