static fun fromBytes(bytes: Bytes!): UInt32!
(source)
Return a UInt32
containing the value described by the specified bytes.
bytes
- Bytes!: The bytes containing a UInt32
. \ * @return A UInt32
containing the specified value.
IllegalArgumentException
- if bytes.size() > 4
.
static fun fromBytes(bytes: Bytes!, byteOrder: ByteOrder!): UInt32!
(source)
Return a UInt32
containing the value described by the specified bytes.
bytes
- Bytes!: The bytes containing a UInt32
.
byteOrder
- ByteOrder!: the byte order of the value