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

/openjdk7/jdk/src/share/classes/sun/io/
H A DByteToCharConverter.java42 public abstract class ByteToCharConverter { class
70 * Create an instance of the default ByteToCharConverter subclass.
72 public static ByteToCharConverter getDefault() {
75 return (ByteToCharConverter)cvt;
79 * Returns appropriate ByteToCharConverter subclass instance.
82 public static ByteToCharConverter getConverter(String encoding)
87 return (ByteToCharConverter)cvt;
292 return "ByteToCharConverter: " + getCharacterEncoding();

Completed in 51 milliseconds