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

/libcore/luni/src/main/java/java/nio/charset/
H A DCharset.java37 * {@code Charset} can <i>decode</i>, converting a byte sequence into a sequence of characters,
92 * <tr> <th>Charset</th> <th>Encoder writes</th> </tr>
107 * <tr> <th>Charset</th> <th>BE BOM</th> <th>LE BOM</th> <th>No BOM</th> </tr>
113 * <h4>Charset names</h4>
155 public abstract class Charset implements Comparable<Charset> { class in inherits:Comparable
156 private static final HashMap<String, Charset> CACHED_CHARSETS = new HashMap<String, Charset>();
158 private static final Charset DEFAULT_CHARSET = getDefaultCharset();
165 * Constructs a <code>Charset</cod
177 protected Charset(String canonicalName, String[] aliases) { method in class:Charset
[all...]

Completed in 104 milliseconds