Advertisement
Gustavo_Inzunza

Lectura

Jun 2nd, 2013
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.17 KB | None | 0 0
  1. //esto solo ponlo en el codigo de tu hebra de servidor
  2. while ((in = bis.read(receivedData))>0)
  3. {
  4.                 bos.write(receivedData,0,in);
  5.         if(bos!=1024)
  6.            break;  
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement