Searched refs:getInputStream (Results 1 - 4 of 4) sorted by relevance

/barrelfish-2018-10-04/usr/eclipseclp/JavaInterface/src/com/parctechnologies/eclipse/
H A DAsyncEclipseQueue.java46 * InputStream can be obtained from it via the getInputStream() method, and
159 public InputStream getInputStream() throws IOException method in class:AsyncEclipseQueue
H A DRemoteEclipse.java203 controlEXDRInput = new EXDRInputStream(control.getInputStream());
212 rpcEXDRInput = new EXDRInputStream(rpc.getInputStream());
1469 return getAsyncecInfo(streamID).getInputStream();
1491 = new FromEclipseQueueBuffer(socket.getInputStream());
1533 InputStream getInputStream() throws IOException method in class:RemoteEclipse.AsyncEclipseQueueInfo
1535 return(socket.getInputStream());
H A DOutOfProcessEclipse.java288 new BufferedReader(new InputStreamReader(eclipseProcess.getInputStream()));
/barrelfish-2018-10-04/usr/eclipseclp/documents/embedding/
H A Dembjava.tex937 getInputStream() method, and an OutputStream via the getOutputStream()
991 InputStream can be obtained from it via the getInputStream() method,

Completed in 97 milliseconds