Package-level declarations

Multiplatform type definitions.

Multiplatform type definitions.

Multiplatform type definitions.

Types

Link copied to clipboard
expect class Decimal
actual typealias Decimal = Double
actual typealias Decimal = BigDecimal
Link copied to clipboard
@Serializable
data class KFile(val name: String, val size: Int, val content: String? = null)

A serializable class for a fullstack File type.

Link copied to clipboard
expect class LocalDate
actual typealias LocalDate = Date
actual typealias LocalDate = java.time.LocalDate
Link copied to clipboard
expect class LocalDateTime
actual typealias LocalDateTime = Date
Link copied to clipboard
expect class LocalTime
actual typealias LocalTime = Date
actual typealias LocalTime = java.time.LocalTime
Link copied to clipboard
expect class OffsetDateTime
actual typealias OffsetDateTime = Date
Link copied to clipboard
expect class OffsetTime
actual typealias OffsetTime = Date
actual typealias OffsetTime = java.time.OffsetTime
Link copied to clipboard
expect class ZonedDateTime
actual typealias ZonedDateTime = Date

Properties

Link copied to clipboard

Decode the Base64 encoded content from the data uri string contained in the KFile object.

Link copied to clipboard

Decode the byte array from the data uri string contained in the KFile object.

Link copied to clipboard

Decode the content-type from the data uri string contained in the KFile object.

Link copied to clipboard

Decode the input stream from the data uri string contained in the KFile object.

Link copied to clipboard

Functions

Link copied to clipboard

Decode the content from the data uri string contained in the KFile object.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard