Home | History | Annotate | Download | only in charset

Lines Matching defs:charset

32  *   <tr><td valign=top><tt>{@link java.nio.charset.Charset}</tt></td>
34 * <tr><td valign=top><tt>{@link java.nio.charset.CharsetDecoder}</tt></td>
36 * <tr><td valign=top><tt>{@link java.nio.charset.CharsetEncoder}&nbsp;&nbsp;</tt></td>
38 * <tr><td valign=top><tt>{@link java.nio.charset.CoderResult}&nbsp;&nbsp;</tt></td>
40 * <tr><td valign=top><tt>{@link java.nio.charset.CodingErrorAction}&nbsp;&nbsp;</tt></td>
45 * <p> A <i>charset</i> is named mapping between sequences of sixteen-bit Unicode
48 * <i>decoder</i> is an engine which transforms bytes in a specific charset into
53 * <p> The {@link java.nio.charset.Charset} class defines methods for creating
54 * coders for a given charset and for retrieving the various names associated with
55 * a charset. It also defines static methods for testing whether a particular
56 * charset is supported, for locating charset instances by name, and for
57 * constructing a map that contains every charset for which support is available
61 * existing charset-related constructors and methods in the {@link
64 * of whose implementations have been reworked to make use of the charset
67 * classes in order to allow explicit charset objects to be specified in the
71 * the {@link java.nio.charset.spi.CharsetProvider} class in the <tt>{@link
72 * java.nio.charset.spi}</tt> package.
84 package java.nio.charset;