Interface cornell.slk.jkernel.core.RemoteOutputStream
Source code
- Implementing Classes:
- RemoteOutputStreamImpl
- public interface RemoteOutputStream
- extends Remote
A RemoteOutputStream is a remote interface for output streams.
See jkernel.util for sample implementations of
RemoteOutputStream.
write
public void write(int b) throws java.io.IOException, RemoteException
write
public void write(byte[] b) throws java.io.IOException, java.lang.NullPointerException, RemoteException
write
public void write(byte[] b,
int off,
int len) throws java.io.IOException, java.lang.NullPointerException, java.lang.IndexOutOfBoundsException, RemoteException
flush
public void flush() throws java.io.IOException, RemoteException
close
public void close() throws java.io.IOException, RemoteException