Package-level declarations

Multiplatform Uuid class and utility functions for working with UUIDs.

Multiplatform Uuid class and utility functions for working with UUIDs.

Types

Link copied to clipboard

Represents a Universally Unique Identifier (UUID), also known as a Globally Unique Identifier (GUID).

Since Kotlin 2.0

Functions

Link copied to clipboard

Reads a Uuid value at this buffer's current position.

Since Kotlin 2.0

Reads a Uuid value at the specified index.

Since Kotlin 2.0
Link copied to clipboard

Writes the specified uuid value at this buffer's current position.

Since Kotlin 2.0

Writes the specified uuid value at the specified index.

Since Kotlin 2.0
Link copied to clipboard

Converts this kotlin.uuid.Uuid value to the corresponding java.util.UUID value.

Since Kotlin 2.0
Link copied to clipboard

Converts this java.util.UUID value to the corresponding kotlin.uuid.Uuid value.

Since Kotlin 2.0