static S toHex(byte[] bytes) { return bytesToHex(bytes); } static S toHex(byte[] bytes, int ofs, int len) { ret bytesToHex(bytes, ofs, len); }