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 / CharacterEncoding$1.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  396 b   |  10 lines

  1. package sun.io;
  2.  
  3. import java.security.PrivilegedAction;
  4.  
  5. class CharacterEncoding$1 implements PrivilegedAction {
  6.    public Object run() {
  7.       return System.getProperty("file.encoding", (String)null);
  8.    }
  9. }
  10.