home *** CD-ROM | disk | FTP | other *** search
/ Sky at Night 2007 June / SAN CD 6-2007 CD-ROM 25.iso / pc / Software / AstroGrav_Win / Java / jre1.6.0 / lib / rt.jar / javax / activation / DataHandler$1.class (.txt) < prev    next >
Encoding:
Java Class File  |  2006-11-29  |  1.1 KB  |  34 lines

  1. package javax.activation;
  2.  
  3. import java.io.IOException;
  4. import java.io.PipedOutputStream;
  5.  
  6. final class DataHandler$1 implements Runnable {
  7.    // $FF: synthetic field
  8.    final DataContentHandler val$fdch;
  9.    // $FF: synthetic field
  10.    final PipedOutputStream val$pos;
  11.    // $FF: synthetic field
  12.    final DataHandler this$0;
  13.  
  14.    DataHandler$1(DataHandler var1, DataContentHandler var2, PipedOutputStream var3) {
  15.       this.this$0 = var1;
  16.       this.val$fdch = var2;
  17.       this.val$pos = var3;
  18.    }
  19.  
  20.    public void run() {
  21.       try {
  22.          this.val$fdch.writeTo(DataHandler.access$000(this.this$0), DataHandler.access$100(this.this$0), this.val$pos);
  23.       } catch (IOException var10) {
  24.       } finally {
  25.          try {
  26.             this.val$pos.close();
  27.          } catch (IOException var9) {
  28.          }
  29.  
  30.       }
  31.  
  32.    }
  33. }
  34.