The java.io.Socket.getInputStream() is a method in the Java programming language that returns an input stream for reading from the socket. It allows the program to receive data from the connected socket.
Java Socket.getInputStream - 30 examples found. These are the top rated real world Java examples of java.io.Socket.getInputStream extracted from open source projects. You can rate examples to help us improve the quality of examples.