Package-level declarations
Types
Functions
Link copied to clipboard
Decode a 32-bit unsigned value from 4 bytes big-endian.
Link copied to clipboard
Decode a 16-bit unsigned value from 2 bytes big-endian.
Link copied to clipboard
Build a ByteArray using a builder lambda.
Link copied to clipboard
Convert hex string to ByteArray.
Link copied to clipboard
Encode a 32-bit unsigned value as 4 bytes big-endian.
Link copied to clipboard
Decode a 16-bit unsigned value from 2 bytes little-endian.
Link copied to clipboard
Encode a 16-bit unsigned value as 2 bytes big-endian.
Link copied to clipboard
Encode a 16-bit unsigned value as 2 bytes little-endian.
Link copied to clipboard
Convert ByteArray to hex string.