1593159415951596159715981599
* the placeholder for the remote output stream * @return the proxy for the output stream */ private OutputStream getOutputStreamProxy( final OutputStreamHandle placeholder) { return new OutputStreamProxy(placeholder.getStreamID(), this); }