try { return new String(b, "ISO-8859-1"); } catch (UnsupportedEncodingException e) { throw new Error(e); }