se.sics.jipv6.core
Class TCPInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by se.sics.jipv6.core.TCPInputStream
All Implemented Interfaces:
Closeable

public class TCPInputStream
extends InputStream


Method Summary
 int available()
           
 void close()
           
 int read()
           
 
Methods inherited from class java.io.InputStream
mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

available

public int available()
Overrides:
available in class InputStream

close

public void close()
Specified by:
close in interface Closeable
Overrides:
close in class InputStream

read

public int read()
         throws IOException
Specified by:
read in class InputStream
Throws:
IOException