HttpHead HEAD, GET, . , GET .
HEAD- , . -, .
UPDATE , . , , BitmapFactory.
InputStream is = bufHttpEntity.getContent();
ByteArrayOutputStream bytes = ByteArrayOutputStream();
byte[] buffer = new byte[128];
int read;
int totalRead = 0;
while ((read = is.read(buffer)) > 0) {
totalRead += read;
if (totalRead > TOO_BIG) {
return null;
}
bytes.write(buffer, 0 read);
}
, consumeContent() , HttpClient .