摘要:
import java.io.IOException;import java.io.PipedInputStream;import java.io.PipedOutputStream;public class PipedStream {/** * @param args * @throws IOException */public static void main(String[] args) throws IOException {PipedInputStream input = new PipedInputStream();PipedOutputStream output = new P. 阅读全文
posted @ 2013-11-21 14:33
剑握在手
阅读(232)
评论(0)
推荐(0)

浙公网安备 33010602011771号