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
IOException
public long length()
length
in interface org.apache.http.client.cache.Resource
public InputStream getInputStream() throws IOException
getInputStream
in interface org.apache.http.client.cache.Resource
IOException
public void dispose()
dispose
in interface org.apache.http.client.cache.Resource
Copyright © 2015. All rights reserved.