DataOutputStream, does it lose some bits

Posted by user308806 on Stack Overflow See other posts from Stack Overflow or by user308806
Published on 2010-05-09T12:16:21Z Indexed on 2010/05/09 12:18 UTC
Read the original article Hit count: 140

Filed under:
|

hello, I'm writing a client server application, but I don't receive the same bytes at the client side when they are sent from the server side. At the server side I used .write(bytes[]) method. At the client side, I used .readFully(byte[]) method. Do you have any idea ?

© Stack Overflow or respective owner

Related posts about java

Related posts about networking