gtk-kt
glib
/
org.gtk.glib
/
KGBytes
KGBytes
class
KGBytes
(
pointer
:
GBytes_autoptr
)
:
Comparable
<
KGBytes
>
,
UnrefMe
Content copied to clipboard
Types
Constructors
Functions
Properties
See also
See also
GBytes
Constructors
KGBytes
Link copied to clipboard
fun
KGBytes
(
data
:
Array
<
UByte
>
)
Content copied to clipboard
KGBytes
Link copied to clipboard
fun
KGBytes
(
pointer
:
GBytes_autoptr
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
compare
To
Link copied to clipboard
open
operator override
fun
compareTo
(
other
:
KGBytes
)
:
Int
Content copied to clipboard
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
Content copied to clipboard
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
Content copied to clipboard
new
From
Bytes
Link copied to clipboard
fun
newFromBytes
(
offset
:
ULong
,
length
:
ULong
)
Content copied to clipboard
ref
Link copied to clipboard
fun
ref
(
)
:
KGBytes
Content copied to clipboard
unref
Link copied to clipboard
open
override
fun
unref
(
)
Content copied to clipboard
Properties
hash
Link copied to clipboard
val
hash
:
UInt
Content copied to clipboard
pointer
Link copied to clipboard
val
pointer
:
GBytes_autoptr
Content copied to clipboard
size
Link copied to clipboard
val
size
:
ULong
Content copied to clipboard