Searched refs:pis (Results 1 – 6 of 6) sorted by relevance
56 PipedInputStream pis; field in PipedInputStreamTest73 pis = new PipedInputStream(new PipedOutputStream()); in test_ConstructorLjava_io_PipedOutputStream()74 pis.available(); in test_ConstructorLjava_io_PipedOutputStream()79 pis = new PipedInputStream(); in test_readException()83 pis.connect(pos); in test_readException()87 pis.read(); in test_readException()93 pis.close(); in test_readException()104 pis = new PipedInputStream(); in test_available()107 pis.connect(pos); in test_available()115 + pis.available(), pis.available() == 1000); in test_available()[all …]
165 PipedInputStream pis = new PipedInputStream(); in test_write$BII_2() local168 pos = new PipedOutputStream(pis); in test_write$BII_2()176 pis = new PipedInputStream(); in test_write$BII_2()177 PipedOutputStream out = new PipedOutputStream(pis); in test_write$BII_2()184 pis = new PipedInputStream(); in test_write$BII_2()185 pos = new PipedOutputStream(pis); in test_write$BII_2()190 pis = new PipedInputStream(); in test_write$BII_2()191 pos = new PipedOutputStream(pis); in test_write$BII_2()199 pis = new PipedInputStream(); in test_write$BII_2()200 pos = new PipedOutputStream(pis); in test_write$BII_2()
29 PushbackInputStream pis; field in OldPushbackInputStreamTest36 pis = new PushbackInputStream(new ByteArrayInputStream("Hello" in test_ConstructorLjava_io_InputStream()38 pis.unread("He".getBytes()); in test_ConstructorLjava_io_InputStream()51 pis = new PushbackInputStream(bas, 0); in test_ConstructorLjava_io_InputStreamI()57 pis = new PushbackInputStream(bas, -1); in test_ConstructorLjava_io_InputStreamI()63 pis = new PushbackInputStream(bas , 5); in test_ConstructorLjava_io_InputStreamI()65 pis.unread("Hello world".getBytes()); in test_ConstructorLjava_io_InputStreamI()104 assertTrue("markSupported returned true", !pis.markSupported()); in test_markSupported()121 fileString.getBytes()[0], pis.read()); in test_read()186 pis.skip(50); in test_skipJ()[all …]
106 PipedInputStream pis = new PipedInputStream(new PipedOutputStream()); in test_ConstructorLjava_io_PipedInputStream() local108 out = new PipedOutputStream(pis); in test_ConstructorLjava_io_PipedInputStream()
383 final PipedInputStream pis = new PipedInputStream(); in test_8778372() local384 final PipedOutputStream pos = new PipedOutputStream(pis); in test_8778372()393 BufferedReader br = new BufferedReader(new InputStreamReader(pis)); in test_8778372()
5633 final PipedInputStream pis = new PipedInputStream(); in test_hasNextLine_sequence() local5635 final Scanner scanner = new Scanner(pis); in test_hasNextLine_sequence()5636 pis.connect(pos); in test_hasNextLine_sequence()5657 pis.close(); in test_hasNextLine_sequence()