public class SocketInputStream
extends java.io.FilterInputStream
InputStream connected to socket.
Unlike plain Socket.getInputStream(), closing the stream
does not close the entire socket, and instead it merely partial-close
a socket in the direction.
| Constructor and Description |
|---|
SocketInputStream(java.net.Socket socket) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Copyright © 2013. All Rights Reserved.