ninja_hex library

Pretty hexadecimal view of binary data

Constants

hexCodec → const HexCodec
hexDecoder → const HexDecoder
hexEncoder → const HexEncoder

Functions

bigIntFromHex(String input, {String separator = ':'}) BigInt
hexDecode(String input) Uint8List
hexEncode(Iterable<int> input) String
hexView(int startAddress, Iterable<int> data, {HexRecordFormatter formatter = const DefaultRecordFormatter(), String recordSeparator = '\n'}) String