Searched defs:enc (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Email/src/org/apache/commons/io/output/
H A DByteArrayOutputStream.java303 * @param enc the name of the character encoding
308 public String toString(String enc) throws UnsupportedEncodingException { argument
309 return new String(toByteArray(), enc);

Completed in 99 milliseconds