se.sics.jipv6.core
Class TCPOutputStream
java.lang.Object
java.io.OutputStream
se.sics.jipv6.core.TCPOutputStream
- All Implemented Interfaces:
- Closeable, Flushable
public class TCPOutputStream
- extends OutputStream
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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