jist.runtime
Class RemoteIO

java.lang.Object
  extended by jist.runtime.RemoteIO

public class RemoteIO
extends java.lang.Object

RMI-based remote input and output streams.

Since:
JIST1.0
Version:
$Id: RemoteIO.java,v 1.10 2004/04/06 16:07:43 barr Exp $
Author:
Rimon Barr <barr+jist@cs.cornell.edu>

Nested Class Summary
static class RemoteIO.PrintStreamWithExceptions
          A special PrintStream that *does* throw exceptions.
static class RemoteIO.RemoteInputStream
          Local-side of remote input stream.
static interface RemoteIO.RemoteInputStreamRemote
          Interface for remote input stream.
static class RemoteIO.RemoteInputStreamSender
          Remote-side of remote input stream.
static class RemoteIO.RemoteInputStreamSenderLocal
          LOCAL remote input stream.
static class RemoteIO.RemoteOutputStream
          Local-side of remote output stream.
static class RemoteIO.RemoteOutputStreamReceiver
          Remote-side of remote output stream.
static class RemoteIO.RemoteOutputStreamReceiverLocal
          LOCAL remote output stream.
static interface RemoteIO.RemoteOutputStreamRemote
          Interface for remote output stream.
 
Constructor Summary
RemoteIO()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteIO

public RemoteIO()