public class JarCacheResource
extends java.lang.Object
implements org.apache.http.client.cache.Resource
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
java.io.InputStream |
getInputStream() |
long |
length() |
public long length()
length in interface org.apache.http.client.cache.Resourcepublic java.io.InputStream getInputStream()
throws java.io.IOException
getInputStream in interface org.apache.http.client.cache.Resourcejava.io.IOExceptionpublic void dispose()
dispose in interface org.apache.http.client.cache.Resource