home *** CD-ROM | disk | FTP | other *** search
/ Dynamic HTML Construction Kit / Dynamic HTML Construction Kit.iso / earthlink / nscomm / java40.jar / sun / io / ByteToCharUnicodeLittle.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-11-03  |  282 b   |  8 lines

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