ewe.net
Class SocketBase.SocketInputStream

java.lang.Object
  extended byewe.io.InputStream
      extended byewe.net.SocketBase.SocketInputStream
All Implemented Interfaces:
Streamable
Enclosing class:
SocketBase

protected class SocketBase.SocketInputStream
extends InputStream


Field Summary
 
Fields inherited from class ewe.io.InputStream
atEOF, closed, in, rs, stream
 
Constructor Summary
SocketBase.SocketInputStream()
           
 
Method Summary
 void shutdown()
          This prevents further reads from the InputStream but does not close any underlying IO stream or resource (e.g.
 
Methods inherited from class ewe.io.InputStream
available, close, getFastStream, getName, mark, markSupported, read, read, read, readSingleByteFromMultiByteRead, reset, skip, toReadableStream, toStream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, toString
 

Constructor Detail

SocketBase.SocketInputStream

public SocketBase.SocketInputStream()
Method Detail

shutdown

public void shutdown()
              throws IOException
Description copied from class: InputStream
This prevents further reads from the InputStream but does not close any underlying IO stream or resource (e.g. a Socket). Any further reads will return end-of-file.

Overrides:
shutdown in class InputStream
Throws:
IOException