MessagesProviderViaBytes

class MessagesProviderViaBytes(expectedLocale: Locale? = null, textBytes: ByteArray) : MessagesProviderViaLoadingText

Load a text string as from byte array

Text must be formatted as described in MessagesProviderViaLoadingText

Constructors

Link copied to clipboard
constructor(expectedLocale: Locale? = null, textBytes: ByteArray)

Properties

Link copied to clipboard
open override val locale: Locale

which locale does the provider use

Link copied to clipboard
open override val size: Int

count of strings in this provider

Functions

Link copied to clipboard
open operator override fun get(index: Int): String?

get message at index