maven-central-portal-kotlin-api
Toggle table of contents
2.4.2
common
Platform filter
common
Switch theme
Search in API
maven-central-portal-kotlin-api
maven-central-portal-kotlin-api
/
org.danilopianini.centralpublisher.impl.infrastructure
/
OctetByteArray
Octet
Byte
Array
@
Serializable
(
with
=
OctetByteArray.Companion::class
)
class
OctetByteArray
(
val
value
:
ByteArray
)
Members
Constructors
Octet
Byte
Array
Link copied to clipboard
constructor
(
value
:
ByteArray
)
Types
Companion
Link copied to clipboard
object
Companion
:
KSerializer
<
OctetByteArray
>
Properties
value
Link copied to clipboard
val
value
:
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
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String