home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &n…he Search for Life DVD 2 / DVD-ROM.iso / install / jre1_3 / lib / rt.jar / sun / io / CharToByteUnicodeBigUnmarked.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  219 b   |  9 lines

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