Determines if there is a packet that can be read via a call to receive(). If true, a call to receive() will not block the application.
@see #receive
@return true if there is data to read; false if there is no data to read
@exception IOException if the connection is closed
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.