expect class Uuid : Comparable<Uuid>
A RFC4122 UUID |
|
|
UuidTest |
class UuidTest |
typealias |
|
|
Uuid |
actual typealias Uuid = UUID |
expect val Uuid.bytes: ByteArray
Gets the raw UUID bytes |
|
val Uuid. |
|
expect val Uuid.variant: Int
The variant of the Uuid, determines the interpretation of the bits. |
|
expect val Uuid.version: Int
The version of the Uuid, denoting the generating algorithm. |
|
uuid4 |
expect fun uuid4(): Uuid
Construct new version 4 UUID. |
|
uuidFrom |
expect fun uuidFrom(string: String): Uuid
|
|
uuidOf |
expect fun uuidOf(bytes: ByteArray): Uuid
|