ewe.net
Class SocketBase.SocketOutputStream
java.lang.Object
ewe.io.OutputStream
ewe.net.SocketBase.SocketOutputStream
- All Implemented Interfaces:
- Streamable
- Enclosing class:
- SocketBase
- protected class SocketBase.SocketOutputStream
- extends OutputStream
|
Method Summary |
void |
shutdown()
Shutdown the stream but do not close any underlying IO stream. |
SocketBase.SocketOutputStream
public SocketBase.SocketOutputStream()
shutdown
public void shutdown()
throws IOException
- Description copied from class:
OutputStream
- Shutdown the stream but do not close any underlying IO stream.
Further writes will throw an IOException.
For example if this
OutputStream is on a Socket, this will prevent further outputs but will still allow
reading on the InputStream.
- Overrides:
shutdown in class OutputStream
- Throws:
IOException - on error.