public static const MAX_VALUE as Byte = 255
The greatest value representable by a Byte.
assert Byte.MAX_VALUE == 255