DataDecoder

interface DataDecoder<Data>

Allows decoding a specific type of data from a Data URL String.

Parameters

<Data>

The type of data that can be opened.

Functions

Link copied to clipboard
abstract fun close(data: Data)
Link copied to clipboard
abstract fun decode(uri: String): Data
Link copied to clipboard
abstract fun getDataClass(): Class<Data>