to top
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

Throws
IOException

public static String toString (HttpEntity entity, String defaultCharset)

Added in API level 1

public static String toString (HttpEntity entity)

Added in API level 1
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.