Kaptos
Toggle table of contents
1.0.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Kaptos
Kaptos
/
xyz.mcxross.kaptos.model
/
ByteString
Byte
String
open
class
ByteString
(
value
:
ByteArray
)
Immutable byte sequence with content equality.
Inheritors
FixedBytes12
FixedBytes16
FixedBytes32
FixedBytes64
Members
Constructors
Byte
String
Link copied to clipboard
constructor
(
value
:
ByteArray
)
Properties
size
Link copied to clipboard
val
size
:
Int
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
Byte
Array
Link copied to clipboard
fun
toByteArray
(
)
:
ByteArray
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String