com.judoscript.util
Class RemoteInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by java.io.FilterInputStream
          extended by com.judoscript.util.RemoteInputStream
All Implemented Interfaces:
java.io.Closeable, java.rmi.Remote

public class RemoteInputStream
extends java.io.FilterInputStream
implements java.rmi.Remote


Field Summary
 
Fields inherited from class java.io.FilterInputStream
in
 
Constructor Summary
RemoteInputStream(java.io.InputStream is)
           
 
Method Summary
 
Methods inherited from class java.io.FilterInputStream
available, close, mark, markSupported, read, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteInputStream

public RemoteInputStream(java.io.InputStream is)