home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &n…he Search for Life DVD 2 / DVD-ROM.iso / install / jre1_3 / lib / rt.jar / sun / io / CharToByteUTF16.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  242 b   |  12 lines

  1. package sun.io;
  2.  
  3. public class CharToByteUTF16 extends CharToByteUnicode {
  4.    public CharToByteUTF16() {
  5.       super(1, true);
  6.    }
  7.  
  8.    public String getCharacterEncoding() {
  9.       return "UTF-16";
  10.    }
  11. }
  12.