Package-level declarations
Functions
Returns a ByteArray containing the target value.
Returns a ByteArray containing the 4 bytes that make up the target Int value.
Returns a ByteArray containing the 8 bytes that make up the target Long value.
Returns a ByteArray containing the 2 bytes that make up the target Short value.
Returns a ByteArray containing the 4 bytes that make up the target UInt value.
Returns a ByteArray containing the 8 bytes that make up the target ULong value.
Returns a ByteArray containing the 2 bytes that make up the target UShort value.
Fills the given buffer, starting from the given offset, with the 4 bytes that make up the target Int value.
Fills the given buffer, starting from the given offset, with the 8 bytes that make up the target Long value.
Fills the given buffer, starting from the given offset, with the 2 bytes that make up the target Short value.
Fills the given buffer, starting from the given offset, with the 4 bytes that make up the target UInt value.
Returns a UByteArray containing the target value.
Returns a UByteArray containing the 4 unsigned bytes that make up the target Int value.
Returns a UByteArray containing the 8 unsigned bytes that make up the target Long value.
Returns a UByteArray containing the 2 unsigned bytes that make up the target Short value.
Returns a UByteArray containing the 4 unsigned bytes that make up the target UInt value.
Returns a UByteArray containing the 8 unsigned bytes that make up the target ULong value.
Returns a UByteArray containing the 2 unsigned bytes that make up the target UShort value.
Fills the given buffer, starting from the given offset, with the 4 bytes that make up the target Int value.
Fills the given buffer, starting from the given offset, with the 8 bytes that make up the target Long value.
Fills the given buffer, starting from the given offset, with the 2 bytes that make up the target Short value.
Fills the given buffer, starting from the given offset, with the 4 bytes that make up the target UInt value.