Companion

object Companion

Properties

Link copied to clipboard
const val LAST_CHILD: Int = 4

Marks the last descriptor inside a PARSE_CHILDREN dictionary.

Link copied to clipboard
const val OPTIONAL: Int = 1

The key is optional; parsing does not fail if it is absent.

Link copied to clipboard
const val PARSE_CHILDREN: Int = 2

For a dictionary: the following descriptors describe child keys of this node, up to and including the next descriptor with LAST_CHILD. Nestable.

Link copied to clipboard
const val SIZE_DIVISIBLE: Int = 8

size means "length must be divisible by N" rather than "length == N".