Searched refs:toCharset (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/java/io/
H A DPrintStream.java88 private static Charset toCharset(String csn) method in class:PrintStream
177 toCharset(encoding));
248 this(false, toCharset(csn), new FileOutputStream(fileName));
319 this(false, toCharset(csn), new FileOutputStream(file));
H A DPrintWriter.java82 private static Charset toCharset(String csn) method in class:PrintWriter
232 this(toCharset(csn), new File(fileName));
303 this(toCharset(csn), file);
/openjdk7/jdk/src/share/classes/java/util/
H A DScanner.java623 this(makeReadable(Objects.requireNonNull(source, "source"), toCharset(charsetName)),
632 private static Charset toCharset(String csn) { method in class:Scanner
733 this(Objects.requireNonNull(source), toCharset(charsetName));
H A DFormatter.java1854 private static Charset toCharset(String csn) method in class:Formatter
2052 this(toCharset(csn), l, new File(fileName));
2159 this(toCharset(csn), l, file);

Completed in 534 milliseconds