Java

The EntityUtils class exposes several static methods to more easily read the content or information from an entity. Instead of reading the java.io.InputStream directly, one can retrieve the whole content body in a string / byte array by using the methods from this class.

你可能感兴趣的:(Java)