Integer format enumeration.
8-bit unsigned integer.
16-bit unsigned integer.
24-bit unsigned integer.
32-bit unsigned integer.
8-bit signed integer.
16-bit signed integer.
24-bit signed integer.
32-bit signed integer.
Returns a representation of an immutable list of all enum entries, in the order they're declared.
The length of the format in bytes.
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.