From: Joshua Hawkins <josh.r.hawk@gmail.com>
To: barriticus@gmail.com

Joshua: damn
me: epic fail
Joshua: hey barrett does this work - try {

String line = null;
while ((line = din.readLine()) != null) {
resultStr += line;
}