UserInfoOptions

interface UserInfoOptions : ProxyHashMap

User Info Options

Describes the structure of options which can be provided to the os.userInfo(...) method.

Properties

Link copied to clipboard
abstract val encoding: String

Character encoding used to interpret resulting strings. If encoding is set to 'buffer', the username, shell, and homedir values will be Buffer instances.

Functions

Link copied to clipboard
abstract fun getHashEntriesIterator(): Any
Link copied to clipboard
abstract fun getHashSize(): Long
Link copied to clipboard
abstract fun getHashValue(key: Value): Any
Link copied to clipboard
abstract fun hasHashEntry(key: Value): Boolean
Link copied to clipboard
abstract fun putHashEntry(key: Value, value: Value)
Link copied to clipboard
open fun removeHashEntry(key: Value): Boolean