Value

A value returned from the property source which exposes the contents of the property file. Values can either be treated as CharSequence or as an InputStreamSource.

Functions

Link copied to clipboard
abstract fun charAt(p: Int): Char
Link copied to clipboard
open fun chars(): IntStream
Link copied to clipboard
open fun codePoints(): IntStream
Link copied to clipboard
open fun compare(cs1: CharSequence, cs2: CharSequence): Int
Link copied to clipboard
abstract fun getInputStream(): InputStream
Link copied to clipboard
open fun isEmpty(): Boolean
Link copied to clipboard
abstract fun length(): Int
Link copied to clipboard
abstract fun subSequence(p: Int, p1: Int): CharSequence
Link copied to clipboard
abstract fun toString(): String