Home
last modified time | relevance | path

Searched refs:_pipedConnection (Results 1 – 1 of 1) sorted by relevance

/trunk/main/jurt/test/com/sun/star/comp/connections/
H A DPipedConnection_Test.java54 PipedConnection _pipedConnection; field in PipedConnection_Test.Reader
60 _pipedConnection = pipedConnection; in Reader()
69 int read = _pipedConnection.read(bytes, 1); in run()
85 _pipedConnection.close(); in run()
96 PipedConnection _pipedConnection; field in PipedConnection_Test.Writer
103 _pipedConnection = pipedConnection; in Writer()
112 _pipedConnection.write(_theByte); in run()
113 _pipedConnection.flush(); in run()
121 _pipedConnection.close(); in run()

Completed in 13 milliseconds