hexDumpAll method

String hexDumpAll()

Debug helper: Dump all remaining bytes as hex

Implementation

String hexDumpAll() {
  return hexDump(remaining);
}