home *** CD-ROM | disk | FTP | other *** search
/ Computer Installation Guide - Dragon Clan Series / CD2.iso / NET / netscape / CP32E404.EXE / nav40p.z / java40.jar / sun / io / CharToByteUnicodeLittleUnmarked.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-11-03  |  326 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.