All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.webkit.CacheManager Maven / Gradle / Ivy

Go to download

A library jar that provides APIs for Applications written for the Google Android Platform. The branch tag that was used to checkout the source from the Git repos was android-2.1_r2.

There is a newer version: 4.1.1.4
Show newest version
package android.webkit;
public final class CacheManager
{
public static class CacheResult
{
public  CacheResult() { throw new RuntimeException("Stub!"); }
public  int getHttpStatusCode() { throw new RuntimeException("Stub!"); }
public  long getContentLength() { throw new RuntimeException("Stub!"); }
public  java.lang.String getLocalPath() { throw new RuntimeException("Stub!"); }
public  long getExpires() { throw new RuntimeException("Stub!"); }
public  java.lang.String getExpiresString() { throw new RuntimeException("Stub!"); }
public  java.lang.String getLastModified() { throw new RuntimeException("Stub!"); }
public  java.lang.String getETag() { throw new RuntimeException("Stub!"); }
public  java.lang.String getMimeType() { throw new RuntimeException("Stub!"); }
public  java.lang.String getLocation() { throw new RuntimeException("Stub!"); }
public  java.lang.String getEncoding() { throw new RuntimeException("Stub!"); }
public  java.lang.String getContentDisposition() { throw new RuntimeException("Stub!"); }
public  java.io.InputStream getInputStream() { throw new RuntimeException("Stub!"); }
public  java.io.OutputStream getOutputStream() { throw new RuntimeException("Stub!"); }
public  void setInputStream(java.io.InputStream stream) { throw new RuntimeException("Stub!"); }
public  void setEncoding(java.lang.String encoding) { throw new RuntimeException("Stub!"); }
}
public  CacheManager() { throw new RuntimeException("Stub!"); }
public static  java.io.File getCacheFileBaseDir() { throw new RuntimeException("Stub!"); }
public static  boolean cacheDisabled() { throw new RuntimeException("Stub!"); }
public static  boolean startCacheTransaction() { throw new RuntimeException("Stub!"); }
public static  boolean endCacheTransaction() { throw new RuntimeException("Stub!"); }
public static  android.webkit.CacheManager.CacheResult getCacheFile(java.lang.String url, java.util.Map headers) { throw new RuntimeException("Stub!"); }
public static  void saveCacheFile(java.lang.String url, android.webkit.CacheManager.CacheResult cacheRet) { throw new RuntimeException("Stub!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy