home *** CD-ROM | disk | FTP | other *** search
/ Popular Software (Premium Edition) / mycd.iso / INTERNET / NETSCAP4.06 / CP32E406.EXE / nav40.z / java40.jar / sun / io / CharToByteUnicodeLittleUnmarked.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-08-13  |  368 b   |  9 lines

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