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

/barrelfish-2018-10-04/usr/eclipseclp/JavaInterface/src/com/parctechnologies/eclipse/
H A DFromEclipseQueue.java137 int read = eclipse.readFromStream(id,off,len,b);
147 read = eclipse.readFromStream(id,off,len,b);
H A DEmbeddedEclipse.java382 synchronized int readFromStream(int streamid, int off, int len, byte[] b) method in class:EmbeddedEclipse
H A DEclipseConnectionImpl.java785 abstract int readFromStream(int streamid, int off, int len, byte[] b) method in class:EclipseConnectionImpl
H A DRemoteEclipse.java781 synchronized int readFromStream(int streamid, int off, int len, byte[] b) throws IOException method in class:RemoteEclipse

Completed in 90 milliseconds