711712713714715716717718719720721
byte[] bytes = out.toByteArray(); char[] chars = new char[bytes.length]; btc.convert(bytes, 0, bytes.length, chars, 0, chars.length); content = new String(chars); } else {