Key Value
Represents a recursive string key to arbitrary value container.
Parameters
The optional name of the root key.
The optional value assigned to the root key.
Properties
Functions
Attempts to convert and return the value of this instance as a boolean. If the conversion is invalid, the default value is returned.
Attempts to convert and return the value of this instance as a byte. If the conversion is invalid, the default value is returned.
Attempts to convert and return the value of this instance as a float. If the conversion is invalid, the default value is returned.
Attempts to convert and return the value of this instance as an integer. If the conversion is invalid, the default value is returned.
Attempts to convert and return the value of this instance as a long. If the conversion is invalid, the default value is returned.
Attempts to convert and return the value of this instance as a short. If the conversion is invalid, the default value is returned.
Attempts to convert and return the value of this instance as an unsigned byte. If the conversion is invalid, the default value is returned.
Attempts to convert and return the value of this instance as an unsigned integer. If the conversion is invalid, the default value is returned.
Attempts to convert and return the value of this instance as an unsigned long. If the conversion is invalid, the default value is returned.
Attempts to convert and return the value of this instance as an unsigned short. If the conversion is invalid, the default value is returned.
Populate this instance from the given InputStream as a text KeyValue.
Opens and reads the given filename as text.
Saves this instance to file.
Saves this instance to a given OutputStream
Populate this instance from the given InputStream as a binary KeyValue.