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

/barrelfish-master/usr/eclipseclp/JavaInterface/src/com/parctechnologies/eclipse/
H A DRemoteEclipse.java1641 private OutputStream underlying_stream; field in class:RemoteEclipse.NonBlockingOutputStream
1658 NonBlockingOutputStream(OutputStream underlying_stream) argument
1662 this.underlying_stream = underlying_stream;
1720 underlying_stream.write(copy_chunk);
1723 underlying_stream.flush();
1778 underlying_stream.close();

Completed in 80 milliseconds