ewe.net
Class SocketBase.SocketInputStream
java.lang.Object
ewe.io.InputStream
ewe.net.SocketBase.SocketInputStream
- All Implemented Interfaces:
- Streamable
- Enclosing class:
- SocketBase
- protected class SocketBase.SocketInputStream
- extends InputStream
|
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 |
SocketBase.SocketInputStream
public SocketBase.SocketInputStream()
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