Class cornell.slk.jkernel.util.RemoteOutputStreamImpl
java.lang.Object
|
+----cornell.slk.jkernel.util.RemoteOutputStreamImpl
- public class RemoteOutputStreamImpl
- extends java.lang.Object
- implements RemoteOutputStream
This is a RemoteOutputStream that connects to an OutputStream.
Methods inherited from class java.lang.Object
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteOutputStreamImpl
public RemoteOutputStreamImpl(java.io.OutputStream o)
write
public void write(int b) throws java.io.IOException
- Implements:
- write in interface RemoteOutputStream
write
public void write(byte[] b) throws java.io.IOException, java.lang.NullPointerException
- Implements:
- write in interface RemoteOutputStream
write
public void write(byte[] b,
int off,
int len) throws java.io.IOException, java.lang.NullPointerException, java.lang.IndexOutOfBoundsException
- Implements:
- write in interface RemoteOutputStream
flush
public void flush() throws java.io.IOException
- Implements:
- flush in interface RemoteOutputStream
close
public void close() throws java.io.IOException
- Implements:
- close in interface RemoteOutputStream