NIO-4pipe

import java.io.IOException; import java.nio.ByteBuffer; import java.nio.channels.Pipe; import org.junit.Test; public class TestPipe { @Test public void test1() throws IOException{ ...
posted @ 2019-03-05 13:40  濤叔  阅读(166)  评论(0编辑  收藏  举报