kiscord
0.6.0
kiscord-core
/
kiscord.api
/
DataUri
/
Binary
Binary
class
Binary
@
JvmOverloads
constructor
(
val
data
:
ByteArray
,
contentType
:
ContentType
=
DefaultBinaryType
)
:
DataUri
(
source
)
Constructors
Functions
Properties
Constructors
Binary
Link copied to clipboard
@
JvmOverloads
fun
Binary
(
data
:
ByteArray
,
contentType
:
ContentType
=
DefaultBinaryType
)
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Properties
data
Link copied to clipboard
val
data
:
ByteArray