public class JarCacheResource extends Object implements org.apache.http.client.cache.Resource
| Constructor and Description |
|---|
JarCacheResource(URL classpath) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
InputStream |
getInputStream() |
long |
length() |
public JarCacheResource(URL classpath) throws IOException
IOExceptionpublic long length()
length in interface org.apache.http.client.cache.Resourcepublic InputStream getInputStream() throws IOException
getInputStream in interface org.apache.http.client.cache.ResourceIOExceptionpublic void dispose()
dispose in interface org.apache.http.client.cache.ResourceCopyright © 2018. All rights reserved.