svoid printHexDump(byte[] bytes) { print(hexDump(bytes)); } svoid printHexDump(File f) { print(hexDump(f)); }