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

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