ByteStorageKey

class ByteStorageKey(name: String, defaultValue: Byte? = null) : StorageKey<Byte> (source)

Constructors

Link copied to clipboard
constructor(name: String, defaultValue: Byte? = null)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun convertFromString(value: String): Byte?
Link copied to clipboard
open override fun convertToString(value: Byte): String