LoadedFile

open class LoadedFile

Constructors

Link copied to clipboard
constructor()
No args constructor for use in serialization
constructor(mimeType: String, data: String)

Types

Link copied to clipboard

Properties

Link copied to clipboard
open var data: String
Content of a loaded file
Link copied to clipboard
open var mimeType: String
MIME type of a loaded file

Functions

Link copied to clipboard
Link copied to clipboard
open fun equals(other: Any): Boolean
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun toString(): String