摘要:
1 package hjw; 2 import java.io.IOException; 3 import java.io.PipedInputStream; 4 import java.io.PipedOutputStream; 5 class Send implements Runnable{ 6 private PipedOutputStream pos=null; 7 public Send(){ 8 this.pos=new PipedOutputStream(); 9 }10 public void run(){11 ... 阅读全文
posted @ 2012-03-21 21:41
谈笑风生膜法师
阅读(383)
评论(0)
推荐(0)

浙公网安备 33010602011771号