home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1999 April / DPPCPRO0499.ISO / April / Notes / 50b2wic.exe / DATA1.CAB / NotesProgramFilesJavaSupportInternational / i18n.jar / sun / io / CharToByteUnicodeLittle.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-04-23  |  320 b   |  8 lines

  1. package sun.io;
  2.  
  3. public class CharToByteUnicodeLittle extends CharToByteUnicode {
  4.    public CharToByteUnicodeLittle() {
  5.       super.byteOrder = 2;
  6.    }
  7. }
  8.