Package ch.ethz.iks.r_osgi.streams

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


   * @param placeholder
   *            the placeholder for the remote input stream
   * @return the proxy for the input stream
   */
  private InputStream getInputStreamProxy(final InputStreamHandle placeholder) {
    return new InputStreamProxy(placeholder.getStreamID(), this);
  }
View Full Code Here

TOP

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

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.