utilities library
Classes
- ByteStream
- byte stream utility class for decoding
- ByteUtils
- Utility class to play with raw bytes
- Version
- utility class to present protocal version in the records
Enums
- Endianness
- Represent an endianness
Extensions
- BigIntConvert on BigInt
- Extension to convert Hex String to other types
- BoolConvert on bool
- Extension to convert bool to int
- BytesConvert on Uint8List
- Extension to convert Uint8List (Bytes) to other types
- HexStringConvert on String
- Extension to convert Hex String to other types
- IntConvert on int
- Extension to convert int to other types, a int can be a single byte or multiple bytes