Package-level declarations
This package contains extension methods for binary operations and byte array conversions.
Types
Functions
Returns whether ALL bits that are equal to 1 in the given mask are set to 0 in the receiver.
Returns whether ALL bits that are equal to 1 in the given mask are also set to 1 in the receiver.
Returns whether the bit at the given bit is set to 0 in the receiver.
Returns whether the bit at the given bit is set to 1 in the receiver.
Converts a Byte to a byte array.
Converts a UByte to a byte array.
Converts a 128-bit UUID to a byte array.
Converts a Short to a byte array using the given endianness.
Converts a byte array to a hex string.
Converts a UShort to a byte array using the given endianness.
Converts an Int
to a byte array using the given endianness.
Converts an UInt
to a byte array using the given endianness.
Converts a byte array to a hex string.