home *** CD-ROM | disk | FTP | other *** search
/ Symantec Visual Cafe for Java 2.5 / symantec-visual-cafe-2.5-database-dev-edition.iso / VPage / Java.bin / CLASSES.ZIP / sun / io / CharToByteUnicodeLittleUnmarked.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-07-08  |  368 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.