Lines Matching defs:charset

43 import java.nio.charset.Charset;
44 import java.nio.charset.IllegalCharsetNameException;
45 import java.nio.charset.UnsupportedCharsetException;
1850 * Returns a charset object for the given charset name.
1852 * @throws UnsupportedEncodingException if the charset is not supported
1880 private Formatter(Charset charset, Locale l, File file)
1884 new BufferedWriter(new OutputStreamWriter(new FileOutputStream(file), charset)));
1951 * <p> The charset used is the {@linkplain
1952 * java.nio.charset.Charset#defaultCharset() default charset} for this
1981 * Constructs a new formatter with the specified file name and charset.
1993 * The name of a supported {@linkplain java.nio.charset.Charset
1994 * charset}
2008 * If the named charset is not supported
2017 * Constructs a new formatter with the specified file name, charset, and
2027 * The name of a supported {@linkplain java.nio.charset.Charset
2028 * charset}
2047 * If the named charset is not supported
2058 * <p> The charset used is the {@linkplain
2059 * java.nio.charset.Charset#defaultCharset() default charset} for this
2088 * Constructs a new formatter with the specified file and charset.
2100 * The name of a supported {@linkplain java.nio.charset.Charset
2101 * charset}
2115 * If the named charset is not supported
2124 * Constructs a new formatter with the specified file, charset, and
2134 * The name of a supported {@linkplain java.nio.charset.Charset
2135 * charset}
2154 * If the named charset is not supported
2170 * charset.
2183 * <p> The charset used is the {@linkplain
2184 * java.nio.charset.Charset#defaultCharset() default charset} for this
2201 * charset.
2211 * The name of a supported {@linkplain java.nio.charset.Charset
2212 * charset}
2215 * If the named charset is not supported
2224 * Constructs a new formatter with the specified output stream, charset,
2232 * The name of a supported {@linkplain java.nio.charset.Charset
2233 * charset}
2241 * If the named charset is not supported