edu.ucdavis.rj.VM
Class RemoteOutputStream_impl
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
edu.ucdavis.rj.VM.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
Fields inherited from class java.rmi.server.RemoteObject |
ref |
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 |
RemoteOutputStream_impl
public RemoteOutputStream_impl(java.io.PrintStream out)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
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