sS hexDump(byte[] bytes) { ret mapToLines bytesToHex_upper(byteArrayChunksIterator(bytes, 32)); } // Note: May be huge sS hexDump(File f) { ret hexDump(loadBinaryFile(f)); }