Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public final class

EntityUtils

extends Object
java.lang.Object
   ↳ org.apache.http.util.EntityUtils

Class Overview

Static helpers for dealing with entities .

Summary

Public Methods
static String getContentCharSet ( HttpEntity entity)
static byte[] toByteArray ( HttpEntity entity)
static String toString ( HttpEntity entity, String defaultCharset)
static String toString ( HttpEntity entity)
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public static String getContentCharSet ( HttpEntity entity)

Added in API level 1

public static byte[] toByteArray ( HttpEntity entity)

Added in API level 1

public static String toString ( HttpEntity entity, String defaultCharset)

Added in API level 1

public static String toString ( HttpEntity entity)

Added in API level 1