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 / java / net / Socket$1.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  557 b   |  18 lines

  1. package java.net;
  2.  
  3. import java.io.IOException;
  4. import java.security.PrivilegedExceptionAction;
  5.  
  6. class Socket$1 implements PrivilegedExceptionAction {
  7.    // $FF: synthetic field
  8.    private final Socket this$0;
  9.  
  10.    Socket$1(Socket var1) {
  11.       this.this$0 = var1;
  12.    }
  13.  
  14.    public Object run() throws IOException {
  15.       return this.this$0.impl.getInputStream();
  16.    }
  17. }
  18.