Class RemoteInputStream

java.lang.Object
java.io.InputStream
hudson.remoting.RemoteInputStream
All Implemented Interfaces:
Closeable, Serializable, AutoCloseable, SerializableOnlyOverRemoting

public class RemoteInputStream extends InputStream implements SerializableOnlyOverRemoting
Wraps InputStream so that it can be sent over the remoting channel.

Note that this class by itself does not perform buffering.

Author:
Kohsuke Kawaguchi
See Also: