Mosaic
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Mosaic
mosaic-core
/
dev.catbit.mosaic.core.data.schemas.tile.tiles.image
/
AsyncImageTileSchema
/
Model
/
ArrayOfBytes
Array
Of
Bytes
@
Serializable
@
SerialName
(
value
=
"ArrayOfBytes"
)
data
class
ArrayOfBytes
(
val
byteArray
:
ByteArray
)
:
AsyncImageTileSchema.Model
Members
Constructors
Array
Of
Bytes
Link copied to clipboard
constructor
(
byteArray
:
ByteArray
)
Properties
byte
Array
Link copied to clipboard
@
SerialName
(
value
=
"byteArray"
)
val
byteArray
:
ByteArray
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