contentSize = BigInteger.valueOf(stream.getSize());
contentStream = stream.getInputStream();
} catch (IOException e) {
// if something went wrong, make sure the temp file will
// be deleted
stream.destroy();
throw e;
}
}
private void readBody() throws IOException {