home *** CD-ROM | disk | FTP | other *** search
/ Dynamic HTML Construction Kit / Dynamic HTML Construction Kit.iso / earthlink / nscomm / 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.