Posted By:
sky_fei
Posted On:
Tuesday, December 23, 2003 06:15 PM
If there is a Socket ASock, and a DataInputStream AIn=ASock.getDataInputStream().
When i read data from aother application and there
happened an exception SocketTimeoutException ,
then can i use the AIn continue?
I know i can use ASock continue,but when i use
AIn,another application continue to send data ,but i
cannot read from it ever.
Can you help me?So thx for you.