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, unexportObjectstatic final long serialVersionUID
java.io.OutputStream out
public RemoteOutputStream_impl(java.io.PrintStream out)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic void flush()
throws java.io.IOException,
java.rmi.RemoteException
flush in interface RemoteOutputStreamjava.io.IOExceptionjava.rmi.RemoteExceptionpublic void close()
throws java.io.IOException,
java.rmi.RemoteException
close in interface RemoteOutputStreamjava.io.IOExceptionjava.rmi.RemoteExceptionpublic void write(int b)
throws java.io.IOException,
java.rmi.RemoteException
write in interface RemoteOutputStreamjava.io.IOExceptionjava.rmi.RemoteExceptionpublic void write(byte[] buf)
throws java.io.IOException,
java.rmi.RemoteException
write in interface RemoteOutputStreamjava.io.IOExceptionjava.rmi.RemoteExceptionpublic void write(byte[] buf,
int off,
int len)
throws java.io.IOException,
java.rmi.RemoteException
write in interface RemoteOutputStreamjava.io.IOExceptionjava.rmi.RemoteException