public static class

CacheManager.CacheResult

extends Object
java.lang.Object
   ↳ android.webkit.CacheManager.CacheResult

Summary

Public Constructors
CacheManager.CacheResult()
Public Methods
long getContentLength()
String getETag()
String getEncoding()
long getExpires()
int getHttpStatusCode()
InputStream getInputStream()
String getLastModified()
String getLocalPath()
String getLocation()
String getMimeType()
OutputStream getOutputStream()
void setEncoding(String encoding)
void setInputStream(InputStream stream)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public CacheManager.CacheResult ()

Since: API Level 1

Public Methods

public long getContentLength ()

Since: API Level 1

public String getETag ()

Since: API Level 1

public String getEncoding ()

Since: API Level 1

public long getExpires ()

Since: API Level 1

public int getHttpStatusCode ()

Since: API Level 1

public InputStream getInputStream ()

Since: API Level 1

public String getLastModified ()

Since: API Level 1

public String getLocalPath ()

Since: API Level 1

public String getLocation ()

Since: API Level 1

public String getMimeType ()

Since: API Level 1

public OutputStream getOutputStream ()

Since: API Level 1

public void setEncoding (String encoding)

Since: API Level 1

public void setInputStream (InputStream stream)

Since: API Level 1