Android
android.webkit
public static class

android.webkit.CacheManager.CacheResult

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)

Protected Methods

          void  finalize()
Called by the virtual machine when there are no longer any (non-weak) references to the receiver.
Methods inherited from class java.lang.Object

Details

Public Constructors

public CacheManager.CacheResult()

Public Methods

public long getContentLength()

public String getETag()

public String getEncoding()

public long getExpires()

public int getHttpStatusCode()

public InputStream getInputStream()

public String getLastModified()

public String getLocalPath()

public String getLocation()

public String getMimeType()

public OutputStream getOutputStream()

public void setEncoding(String encoding)

public void setInputStream(InputStream stream)

Protected Methods

protected void finalize()

Called by the virtual machine when there are no longer any (non-weak) references to the receiver. Subclasses can use this facility to guarantee that any associated resources are cleaned up before the receiver is garbage collected. Uncaught exceptions which are thrown during the running of the method cause it to terminate immediately, but are otherwise ignored.

Note: The virtual machine assumes that the implementation in class Object is empty.

Throws

Throwable
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48