DataOutputStream, does it lose some bits
- by user308806
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 ?