Package ch.ethz.iks.r_osgi.streams

Examples of ch.ethz.iks.r_osgi.streams.OutputStreamProxy


   *            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);
  }
View Full Code Here

TOP

Related Classes of ch.ethz.iks.r_osgi.streams.OutputStreamProxy

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.