org.apache.http.client.cache
Interface Resource

All Superinterfaces:
Serializable
All Known Implementing Classes:
FileResource, HeapResource

public interface Resource
extends Serializable

Represents a disposable system resource.

Since:
4.1

Method Summary
 void dispose()
           
 InputStream getInputStream()
           
 long length()
           
 

Method Detail

getInputStream

InputStream getInputStream()
                           throws IOException
Throws:
IOException

length

long length()

dispose

void dispose()


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.