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

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

Completed in 29 milliseconds