Home | History | Annotate | Download | only in charset

Lines Matching refs:java

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>
53 * <p> The {@link java.nio.charset.Charset} class defines methods for creating
58 * in the current Java virtual machine.
62 * java.lang.String} class, together with the existing {@link
63 * java.io.InputStreamReader} and {@link java.io.OutputStreamWriter} classes, all
66 * to the {@link java.io.InputStreamReader} and {@link java.io.OutputStreamWriter}
71 * the {@link java.nio.charset.spi.CharsetProvider} class in the <tt>{@link
72 * java.nio.charset.spi}</tt> package.
76 * java.lang.NullPointerException NullPointerException} to be thrown.
84 package java.nio.charset;