get

abstract operator fun get(key: String): ByteArray?

Gets data.

This gets data previously stored with .put.

Return

The stored data or null if there is no data for the given key.

Parameters

key

the key used to identify the data.