se.sics.jipv6.core
Class TCPOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by se.sics.jipv6.core.TCPOutputStream
All Implemented Interfaces:
Closeable, Flushable

public class TCPOutputStream
extends OutputStream


Method Summary
 void flush()
           
 void write(int data)
           
 
Methods inherited from class java.io.OutputStream
close, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

write

public void write(int data)
           throws IOException
Specified by:
write in class OutputStream
Throws:
IOException

flush

public void flush()
           throws IOException
Specified by:
flush in interface Flushable
Overrides:
flush in class OutputStream
Throws:
IOException