Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2014
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. while ((bytesRead = bin.read(contentBytes)) != -1) {
  2. response = new String(contentBytes, 0, bytesRead);
  3. responseBuffer.append(response);
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement