Searched refs:inA (Results 1 – 1 of 1) sorted by relevance
45 PipedInputStream inA = new PipedInputStream(); in test() local46 PipedOutputStream outA = new PipedOutputStream(inA); in test()49 Endpoint iSender = new Endpoint(iBridge, inA, outB); in test()