get

abstract fun get(key: ByteArray): ByteArray

look up the passed key, throwing DataMissingException if it does not exist


open fun get(key: String): ByteArray

look up the passed key, returning the value or throwing DataMissingException