edu.ucdavis.rj
Class RemoteOutputStream_impl

java.lang.Object
  extended by java.rmi.server.RemoteObject
      extended by java.rmi.server.RemoteServer
          extended by java.rmi.server.UnicastRemoteObject
              extended by edu.ucdavis.rj.RemoteOutputStream_impl
All Implemented Interfaces:
RemoteOutputStream, java.io.Serializable, java.rmi.Remote

public class RemoteOutputStream_impl
extends java.rmi.server.UnicastRemoteObject
implements RemoteOutputStream

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
RemoteOutputStream_impl(java.io.PrintStream out)
           
 
Method Summary
 void close()
           
 void flush()
           
 void write(byte[] buf)
           
 void write(byte[] buf, int off, int len)
           
 void write(int b)
           
 
Methods inherited from class java.rmi.server.UnicastRemoteObject
clone, exportObject, exportObject, exportObject, unexportObject
 
Methods inherited from class java.rmi.server.RemoteServer
getClientHost, getLog, setLog
 
Methods inherited from class java.rmi.server.RemoteObject
equals, getRef, hashCode, toString, toStub
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoteOutputStream_impl

public RemoteOutputStream_impl(java.io.PrintStream out)
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException
Method Detail

flush

public void flush()
           throws java.io.IOException,
                  java.rmi.RemoteException
Specified by:
flush in interface RemoteOutputStream
Throws:
java.io.IOException
java.rmi.RemoteException

close

public void close()
           throws java.io.IOException,
                  java.rmi.RemoteException
Specified by:
close in interface RemoteOutputStream
Throws:
java.io.IOException
java.rmi.RemoteException

write

public void write(int b)
           throws java.io.IOException,
                  java.rmi.RemoteException
Specified by:
write in interface RemoteOutputStream
Throws:
java.io.IOException
java.rmi.RemoteException

write

public void write(byte[] buf)
           throws java.io.IOException,
                  java.rmi.RemoteException
Specified by:
write in interface RemoteOutputStream
Throws:
java.io.IOException
java.rmi.RemoteException

write

public void write(byte[] buf,
                  int off,
                  int len)
           throws java.io.IOException,
                  java.rmi.RemoteException
Specified by:
write in interface RemoteOutputStream
Throws:
java.io.IOException
java.rmi.RemoteException