com.mchange.v3.filecache
Interface URLFetcher

All Known Implementing Classes:
URLFetchers

public interface URLFetcher


Method Summary
 java.io.InputStream openStream(java.net.URL u, MLogger logger)
           
 

Method Detail

openStream

java.io.InputStream openStream(java.net.URL u,
                               MLogger logger)
                               throws java.io.IOException
Throws:
java.io.IOException