public class RemoteOutputStream_impl extends java.rmi.server.UnicastRemoteObject implements RemoteOutputStream
Modifier and Type | Field and Description |
---|---|
(package private) java.io.OutputStream |
out |
(package private) static long |
serialVersionUID |
Constructor and Description |
---|
RemoteOutputStream_impl(java.io.PrintStream out) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
flush() |
void |
write(byte[] buf) |
void |
write(byte[] buf,
int off,
int len) |
void |
write(int b) |
clone, exportObject, exportObject, exportObject, unexportObject
static final long serialVersionUID
java.io.OutputStream out
public RemoteOutputStream_impl(java.io.PrintStream out) throws java.rmi.RemoteException
java.rmi.RemoteException
public void flush() throws java.io.IOException, java.rmi.RemoteException
flush
in interface RemoteOutputStream
java.io.IOException
java.rmi.RemoteException
public void close() throws java.io.IOException, java.rmi.RemoteException
close
in interface RemoteOutputStream
java.io.IOException
java.rmi.RemoteException
public void write(int b) throws java.io.IOException, java.rmi.RemoteException
write
in interface RemoteOutputStream
java.io.IOException
java.rmi.RemoteException
public void write(byte[] buf) throws java.io.IOException, java.rmi.RemoteException
write
in interface RemoteOutputStream
java.io.IOException
java.rmi.RemoteException
public void write(byte[] buf, int off, int len) throws java.io.IOException, java.rmi.RemoteException
write
in interface RemoteOutputStream
java.io.IOException
java.rmi.RemoteException