Searched refs:QueueRead (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/usr/eclipseclp/JavaInterface/src/com/parctechnologies/eclipse/
H A DNativeEclipse.java50 static native int QueueRead(int streamid,int off,int len,byte[] b); method in class:NativeEclipse
H A DEmbeddedEclipse.java385 int res = NativeEclipse.QueueRead(streamid, off, len, b);
389 throw new IOException("NativeEclipse.QueueRead exited with error code "+res);

Completed in 33 milliseconds