org.apache.http.client.cache
Interface HttpCacheEntrySerializer

All Known Implementing Classes:
DefaultHttpCacheEntrySerializer

public interface HttpCacheEntrySerializer


Method Summary
 HttpCacheEntry readFrom(InputStream is)
           
 void writeTo(HttpCacheEntry entry, OutputStream os)
           
 

Method Detail

writeTo

void writeTo(HttpCacheEntry entry,
             OutputStream os)
             throws IOException
Throws:
IOException

readFrom

HttpCacheEntry readFrom(InputStream is)
                        throws IOException
Throws:
IOException


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