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

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
 
 

Constructor Summary
 RemoteOutputStreamImpl(java.io.OutputStream 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.lang.Object
 , clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

o

java.io.OutputStream o
Constructor Detail

RemoteOutputStreamImpl

public RemoteOutputStreamImpl(java.io.OutputStream o)
Method Detail

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

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