Class cornell.slk.jkernel.util.RemoteOutputStreamImpl
Source code
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.
Field Summary
|
java.io.OutputStream
|
o
|
Methods inherited from class java.lang.Object
|
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
o
java.io.OutputStream o
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