Package-level declarations

Types

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.

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.

Functions

Link copied to clipboard

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