public native Byte(value: Long)
Builds a Byte from a signed 64-bit integer.
value = Byte(42L) assert value == 42