KGBytes

class KGBytes(pointer: GBytes_autoptr) : Comparable<KGBytes> , UnrefMe

See also

Constructors

KGBytes
Link copied to clipboard
fun KGBytes(data: Array<UByte>)
KGBytes
Link copied to clipboard
fun KGBytes(pointer: GBytes_autoptr)

Types

Companion
Link copied to clipboard
object Companion

Functions

compareTo
Link copied to clipboard
open operator override fun compareTo(other: KGBytes): Int
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
newFromBytes
Link copied to clipboard
fun newFromBytes(offset: ULong, length: ULong)
ref
Link copied to clipboard
fun ref(): KGBytes
unref
Link copied to clipboard
open override fun unref()

Properties

hash
Link copied to clipboard
val hash: UInt
pointer
Link copied to clipboard
val pointer: GBytes_autoptr
size
Link copied to clipboard
val size: ULong