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