Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS

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.


Field Summary
RemoteOutputStream  o
 
 

Constructor Summary
 RemoteOutputStreamAdaptor(RemoteOutputStream o)
 
 

Method Summary
void  close()
 
void  flush()
 
void  write(int b)
 
void  write(byte[] b)
 
void  write(byte[] b, int off, int len)
 
 
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
 

Field Detail

o

RemoteOutputStream o
Constructor Detail

RemoteOutputStreamAdaptor

public RemoteOutputStreamAdaptor(RemoteOutputStream o)
Method Detail

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

Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS