< prev index next >

test/java/nio/channels/Pipe/PipeChannel.java

Print this page

        

*** 21,30 **** --- 21,31 ---- * questions. */ /* @test * @summary Test reading and writing from Pipes + * @key randomness */ import java.io.*; import java.nio.ByteBuffer; import java.nio.channels.*;
< prev index next >