class Bytes
Utility methods for operations on bytes.
| static fun from(value: Long): ByteArray!Returns a big-endian representation of  static fun from(value: Int): ByteArray!Returns a big-endian representation of  static fun from(value: Short): ByteArray!Returns a big-endian representation of  |